[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.ValidateEditEventHandler

ValidateEditEventHandler Delegate

Represents the method that will handle the ValidateEdit event.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public delegate void ValidateEditEventHandler(object sender, ValidateEditEventArgs e)
Parameters
Type Name Description
object sender Represents the method that will handle the event.
ValidateEditEventArgs e Represents the method that will handle the event.

Constructors

Name Description
ValidateEditEventHandler(object, IntPtr)

Methods

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