[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ValidateEditEventHandler

ValidateEditEventHandler Delegate

Represents the method that will handle the ValidateEdit event.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.10.dll
Syntax
public delegate void ValidateEditEventHandler(object sender, ValidateEditEventArgs e)
Public Delegate Sub ValidateEditEventHandler(sender As Object, e As ValidateEditEventArgs)
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, nint)

Methods

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