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