OnValidated Method (C1FlexGridBase)
In This Topic
Raises the
RowValidated event.
Syntax
'Declaration
Protected Overrides Sub OnValidated( _
ByVal As EventArgs _
)
protected override void OnValidated(
EventArgs
)
Parameters
- e
- System.EventArgs that contains the event data.
See Also