Method ConfirmEndEditScalars
| Improve this Doc View SourceConfirmEndEditScalars()
Override this method to let the user to confirm ending editing mode for scalar data.
Declaration
protected virtual bool ConfirmEndEditScalars()
Returns
Type | Description |
---|---|
System.Boolean | true if editing mode should be ended with saved changes, otherwise false. |
Remarks
The default implementation always returns true.