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