Delegate GridCurrentCellControlKeyMessageEventHandler
This is called from the current cell control's ProcessKeyMessage method and gives
you a chance to modify the default behavior of this method. Be aware that this
is a very implementation-specific method and you should only handle this event
if KeyDown, KeyUp, CurrentCellKeyDown, or CurrentCellKeyUp events are
not good enough.
Assembly: Syncfusion.Grid.Windows.dll
public delegate void GridCurrentCellControlKeyMessageEventHandler(object sender, GridCurrentCellControlKeyMessageEventArgs e);
Parameters
Constructors
Declaration
public GridCurrentCellControlKeyMessageEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridCurrentCellControlKeyMessageEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, GridCurrentCellControlKeyMessageEventArgs e)
Parameters