C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewColumnUngroupedEventHandler Delegate
The source of the event.
A C1GridViewColumnUngroupedEventArgs object that contains the event data.

In This Topic
C1GridViewColumnUngroupedEventHandler Delegate
In This Topic
Represents the method that will handle the C1GridView.ColumnUngrouped event of the C1GridView.
Syntax
'Declaration
 
Public Delegate Sub C1GridViewColumnUngroupedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As C1GridViewColumnUngroupedEventArgs _
) 
 

Parameters

sender
The source of the event.
e
A C1GridViewColumnUngroupedEventArgs object that contains the event data.
See Also