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