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

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

Parameters

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