C1.Win.C1FlexGrid Namespace / GridChangedEventHandler Delegate

In This Topic
GridChangedEventHandler Delegate
In This Topic
Represents the method that will handle the GridChanged event.
Syntax
'Declaration
 
Public Delegate Sub GridChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As GridChangedEventArgs _
) 
 

Parameters

sender
e
See Also