[]
Fires the SavingDocument event.
protected virtual bool OnSavingDocument(float progress, bool canCancel)
Protected Overridable Function OnSavingDocument(progress As Single, canCancel As Boolean) As Boolean
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. |