[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.KeyPressEditEventHandler

KeyPressEditEventHandler Delegate

Represents the method that will handle the KeyPressEdit event.

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

Constructors

Name Description
KeyPressEditEventHandler(object, IntPtr)

Methods

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