[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.GroupColMoveEventHandler

GroupColMoveEventHandler Delegate

Raised when a column is moved into or out of the grouping area.

Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public delegate void GroupColMoveEventHandler(object sender, GroupColMoveEventArgs e)
Parameters
Type Name Description
object sender Raised when a column is moved into or out of the grouping area.
GroupColMoveEventArgs e Raised when a column is moved into or out of the grouping area.

Constructors

Name Description
GroupColMoveEventHandler(object, IntPtr)

Methods

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