Method ConfirmEndEdit
| Improve this Doc View SourceConfirmEndEdit()
Confirms end of editing mode.
Declaration
protected virtual bool ConfirmEndEdit()
Returns
Type | Description |
---|---|
System.Boolean | true if end of editing mode confirmed, otherwise false. |
Remarks
The default implementation always returns true. Derived class can override this method to provide custom implementation such as displaying a confirmation dialog.