LongOperationEventArgs Constructor(Boolean)
In This Topic
Creates a new instance of LongOperationEventArgs with the specified CanCancel value and Complete=0.
Syntax
'Declaration
Public Function New( _
ByVal As Boolean _
)
public LongOperationEventArgs(
bool
)
Parameters
- canCancel
- Whether the operation can be cancelled.
See Also