C1.Win.FlexGrid Namespace / C1FlexGrid Class / OnRowValidated Method
A RowColEventArgs that contains the event data.

In This Topic
OnRowValidated Method (C1FlexGrid)
In This Topic
Raises the RowValidated event.
Syntax
'Declaration
 
Protected Overridable Sub OnRowValidated( _
   ByVal e As RowColEventArgs _
) 
 

Parameters

e
A RowColEventArgs that contains the event data.
See Also