'Declaration Public Delegate Sub C1GridViewColumnGroupedEventHandler( _ ByVal sender As System.Object, _ ByVal e As C1GridViewColumnGroupedEventArgs _ )
public delegate void C1GridViewColumnGroupedEventHandler( System.object sender, C1GridViewColumnGroupedEventArgs e )
Parameters
- sender
- The source of the event.
- e
- A C1GridViewColumnGroupedEventArgs object that contains the event data.