[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.ColEventHandler

ColEventHandler Delegate

Raised when an action is perfored on a column.

Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public delegate void ColEventHandler(object sender, ColEventArgs e)
Parameters
Type Name Description
object sender Raised when an action is perfored on a column.
ColEventArgs e Raised when an action is perfored on a column.

Constructors

Name Description
ColEventHandler(object, IntPtr)

Methods

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