[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.ColMoveEventHandler

ColMoveEventHandler Delegate

Raised when a column is being repositioned.

Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public delegate void ColMoveEventHandler(object sender, ColMoveEventArgs e)
Parameters
Type Name Description
object sender Raised when a column is being repositioned.
ColMoveEventArgs e Raised when a column is being repositioned.

Constructors

Name Description
ColMoveEventHandler(object, IntPtr)

Methods

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