Class CurrentCellValidatingEventHandler
Represents a method that will handle the CurrentCell Validating event.
Inheritance
System.Object
CurrentCellValidatingEventHandler
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public sealed class CurrentCellValidatingEventHandler : MulticastDelegate
Constructors
CurrentCellValidatingEventHandler(Object, IntPtr)
Declaration
public CurrentCellValidatingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, CurrentCellValidatingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CurrentCellValidatingEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, CurrentCellValidatingEventArgs)
Declaration
public virtual void Invoke(object sender, CurrentCellValidatingEventArgs e)
Parameters
Extension Methods