ComponentOne Document Library for WPF
LongOperationEventArgs Constructor(Boolean)

C1.WPF.Document.4 Assembly > C1.WPF.Document Namespace > LongOperationEventArgs Class > LongOperationEventArgs Constructor : LongOperationEventArgs Constructor(Boolean)
Whether the operation can be cancelled.
Creates a new instance of LongOperationEventArgs with the specified CanCancel value and Complete=0.
Syntax
'Declaration
 
Public Function New( _
   ByVal canCancel As System.Boolean _
)
public LongOperationEventArgs( 
   System.bool canCancel
)

Parameters

canCancel
Whether the operation can be cancelled.
See Also

Reference

LongOperationEventArgs Class
LongOperationEventArgs Members
Overload List