LongOperationEventArgs Constructor(Double,Boolean)
In This Topic
Creates a new instance of LongOperationEventArgs with the specified complete and CanCancel values.
Syntax
'Declaration
Public Function New( _
ByVal As System.Double, _
ByVal As System.Boolean _
)
public LongOperationEventArgs(
System.double ,
System.bool
)
Parameters
- complete
- How much is complete (from 0 to 1).
- canCancel
- Whether the operation can be cancelled.
See Also