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