C1.Win.FlexGrid Namespace / C1FlexGridBase Class / OnValidated Method
System.EventArgs that contains the event data.

In This Topic
OnValidated Method (C1FlexGridBase)
In This Topic
Raises the RowValidated event.
Syntax
'Declaration
 
Protected Overrides Sub OnValidated( _
   ByVal e As EventArgs _
) 
 

Parameters

e
System.EventArgs that contains the event data.
See Also