[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.ComboEventHandler

ComboEventHandler 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 ComboEventHandler(object sender, ComboEventArgs e)
Parameters
Type Name Description
object sender Raised when an action is perfored on a column.
ComboEventArgs e Raised when an action is perfored on a column.

Constructors

Name Description
ComboEventHandler(object, IntPtr)

Methods

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