[]
Fires the SavingDocument event.
protected virtual bool OnSavingDocument(float progress, bool canCancel)
| Type | Name | Description |
|---|---|---|
| float | progress | The current saving progress from 0 to 1. |
| bool | canCancel | Whether the operation can be canceled. |
| Type | Description |
|---|---|
| bool | true if operation was no canceled; otherwise false. |