[]
        
(Showing Draft Content)

C1.Document.C1TextSearchManager.OnLongOperation

OnLongOperation Method

OnLongOperation(double, bool)

Raises the LongOperation event.

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

If this method returns true then async operation should be cancelled.