Creates a new instance of LongOperationEventArgs with the specified complete value and CanCancel=false.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public LongOperationEventArgs(
	double complete
)
Visual Basic
Public Sub New ( _
	complete As Double _
)

Parameters

complete
Type: System..::..Double
How much is complete (from 0 to 1).

See Also