FTPCancelableEventArgsCancel Property
Determines whether or not the operation should be cancelled.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual bool Cancel { get; set; }
Public Overridable Property Cancel As Boolean
Get
Set
public:
virtual property bool Cancel {
bool get ();
void set (bool value);
}
abstract Cancel : bool with get, set
override Cancel : bool with get, set
Property Value
Boolean
If Cancel is true then the operation will be cancelled,
otherwise it will proceed.