Constructs an instance of
FTPCancelableEventArgs, setting
the default value of
Cancel as specified.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
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