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

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

Parameters

e
A RowColEventArgs that contains the event data.
See Also