[]
        
(Showing Draft Content)

C1.Win.FlexGrid.GetErrorInfoEventHandler

GetErrorInfoEventHandler Delegate

Represents the method that will handle the GetCellErrorInfo and GetRowErrorInfo events.

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

Constructors

Name Description
GetErrorInfoEventHandler(object, nint)

Methods

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