OnChangeCommitted Method (InputButton)
In This Topic
Raises the
ChangeCommitted event.
Syntax
'Declaration
Protected Overridable Sub OnChangeCommitted( _
ByVal As EventArgs _
)
protected virtual void OnChangeCommitted(
EventArgs
)
Parameters
- e
See Also