[]
Raises the LongOperation event on the preview pane.
protected virtual void OnLongOperation(LongOperationEventArgs e)
Type | Name | Description |
---|---|---|
LongOperationEventArgs | e | A C1.Win.LongOperationEventArgs that contains the event data. |
Raises the LongOperation event on the preview pane.
public bool OnLongOperation(double complete, bool canCancel)
Type | Name | Description |
---|---|---|
double | complete | How much is complete (from 0 to 1). |
bool | canCancel | Whether the operation can be cancelled. |
Type | Description |
---|---|
bool | True if the operation should be cancelled. |