Class GridCellMouseEventHandler
Represents a method that handles cell-related mouse events.
Inheritance
System.Object
GridCellMouseEventHandler
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridCellMouseEventHandler : MulticastDelegate
Constructors
GridCellMouseEventHandler(Object, IntPtr)
Declaration
public GridCellMouseEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GridCellMouseEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridCellMouseEventArgs args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
GridCellMouseEventArgs |
args |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, GridCellMouseEventArgs)
Declaration
public virtual void Invoke(object sender, GridCellMouseEventArgs args)
Parameters