C1.Win.C1FlexGrid.View Namespace / C1FlexGridExternalViewBase Class / OnFlexGridChanging Method
A System.EventArgs that contains event data.

In This Topic
OnFlexGridChanging Method (C1FlexGridExternalViewBase)
In This Topic
Rises the FlexGridChanging event.
Syntax
'Declaration
 
Protected Overridable Sub OnFlexGridChanging( _
   ByVal e As EventArgs _
) 
 

Parameters

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