Constructs an instance of
FTPCancelableEventArgs, setting
the default value of
Cancel as specified.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
protected FTPCancelableEventArgs(
bool canBeCancelled,
bool defaultCancelValue,
Exception ex
) |
| Visual Basic |
|---|
Protected Sub New ( _
canBeCancelled As Boolean, _
defaultCancelValue As Boolean, _
ex As Exception _
) |
| Visual C++ |
|---|
protected:
FTPCancelableEventArgs(
bool canBeCancelled,
bool defaultCancelValue,
Exception^ ex
) |
See Also