Raises the LongOperation event on the preview pane.

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

Syntax

C#
public bool OnLongOperation(
	double complete,
	bool canCancel
)
Visual Basic
Public Function OnLongOperation ( _
	complete As Double, _
	canCancel As Boolean _
) As Boolean

Parameters

complete
Type: System..::..Double
How much is complete (from 0 to 1).
canCancel
Type: System..::..Boolean
Whether the operation can be cancelled.

Return Value

True if the operation should be cancelled.

See Also