Method QueryEndEditScalars
| Improve this Doc View SourceQueryEndEditScalars()
Invoked before ending editing mode for scalar data.
Declaration
protected virtual bool QueryEndEditScalars()
Returns
Type | Description |
---|---|
System.Boolean | true if editing mode should be ended with saved changes, otherwise false. |
Remarks
The default implmentation returns false if there is any scalar validation error.