edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPCancelableEventArgsCancel Property

Determines whether or not the operation should be cancelled.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual bool Cancel { get; set; }

Property Value

Boolean

Remarks

If Cancel is true then the operation will be cancelled, otherwise it will proceed.

See Also