[]
        
(Showing Draft Content)

C1.Win.FlexGrid.GridErrorEventHandler

GridErrorEventHandler Delegate

Represents the method that will handle the GridError event.

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

Constructors

Name Description
GridErrorEventHandler(object, nint)

Methods

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