[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.RowColChangeEventHandler

RowColChangeEventHandler Delegate

Raised after the current Row or Column changes.

Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public delegate void RowColChangeEventHandler(object sender, RowColChangeEventArgs e)
Parameters
Type Name Description
object sender Raised after the current Row or Column changes.
RowColChangeEventArgs e Raised after the current Row or Column changes.

Constructors

Name Description
RowColChangeEventHandler(object, IntPtr)

Methods

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