[]
        
(Showing Draft Content)

C1.Win.FlexGrid.KeyEditEventHandler

KeyEditEventHandler Delegate

Represents the method that will handle the KeyDownEdit and KeyUpEdit events.

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

Constructors

Name Description
KeyEditEventHandler(object, nint)

Methods

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