[]
        
(Showing Draft Content)

C1.Document.C1DocumentSource.OnLongOperation

OnLongOperation Method

OnLongOperation(double, bool)

For internal use.

Declaration
public virtual bool OnLongOperation(double complete, bool canCancel)
Public Overridable Function OnLongOperation(complete As Double, canCancel As Boolean) As Boolean
Parameters
Type Name Description
double complete

How much is complete (from 0 to 1).

bool canCancel

Whether the operation can be cancelled.

Returns
Type Description
bool