[]
        
(Showing Draft Content)

C1.WPF.Document.C1DocumentSource.OnLongOperation

OnLongOperation Method

OnLongOperation(double, bool)

For internal use.

Declaration
protected virtual bool OnLongOperation(double complete, bool canCancel)
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