[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.RowColEventHandler

RowColEventHandler Delegate

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public delegate void RowColEventHandler(object sender, RowColEventArgs e)
Parameters
Type Name Description
object sender

Object that fired the event.

RowColEventArgs e

RowColEventArgs object that contains the event data.

Constructors

Name Description
RowColEventHandler(object, IntPtr)

Methods

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