[]
        
(Showing Draft Content)

C1.Win.FlexGrid.GridChangedEventHandler

GridChangedEventHandler Delegate

Represents the method that will handle the GridChanged event.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public delegate void GridChangedEventHandler(object sender, GridChangedEventArgs e)
Parameters
Type Name Description
object sender Represents the method that will handle the event.
GridChangedEventArgs e Represents the method that will handle the event.

Constructors

Name Description
GridChangedEventHandler(object, nint)

Methods

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