Class GridRoutedEventHandler
Represents a method that will handlw the Grid RoutedEvent.
Inheritance
System.Object
GridRoutedEventHandler
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public sealed class GridRoutedEventHandler : MulticastDelegate
Constructors
GridRoutedEventHandler(Object, IntPtr)
Declaration
public GridRoutedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GridRoutedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridRoutedEventArgs args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
GridRoutedEventArgs |
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, GridRoutedEventArgs)
Declaration
public virtual void Invoke(object sender, GridRoutedEventArgs args)
Parameters
Extension Methods