Raised when a column is moved into or out of the grouping area.
[Visual Basic]
Public Delegate Sub GroupColMoveEventHandler( _
ByVal sender As Object, _
ByVal e As GroupColMoveEventArgs _
)
[Delphi]
type GroupColMoveEventHandler = procedure (
sender: Object;
) of object;
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |