Method OnEdit
| Improve this Doc View SourceOnEdit(Scalar)
Invoked when scalar data is being edited.
Declaration
protected virtual void OnEdit(Scalar scalar)
Parameters
Type | Name | Description |
---|---|---|
Scalar | scalar | The scalar data. |
Remarks
The default implementation does nothing.