[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.GroupColEventHandler

GroupColEventHandler Delegate

Raised when grouping columns.

Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public delegate void GroupColEventHandler(object sender, GroupColEventArgs e)
Parameters
Type Name Description
object sender Raised when grouping columns.
GroupColEventArgs e Raised when grouping columns.

Constructors

Name Description
GroupColEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, GroupColEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, GroupColEventArgs)