An NDoc Documented Class Library |
|
FTPCancelableEventArgs Constructor
Constructs an instance of FTPCancelableEventArgs
, setting the default value of Cancel as specified.
protected FTPCancelableEventArgs(
bool canBeCancelled,
bool defaultCancelValue);
Parameters
-
canBeCancelled
-
-
defaultCancelValue
- Default value of Cancel.
See Also
FTPCancelableEventArgs Class | EnterpriseDT.Net.Ftp Namespace