Class GridDataCurrentCellValidatingEventHandler
Inheritance
System.Object
GridDataCurrentCellValidatingEventHandler
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridDataCurrentCellValidatingEventHandler : MulticastDelegate
Constructors
GridDataCurrentCellValidatingEventHandler(Object, IntPtr)
Declaration
public GridDataCurrentCellValidatingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GridDataCurrentCellValidatingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridDataCurrentCellValidatingEventArgs 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, GridDataCurrentCellValidatingEventArgs)
Declaration
public virtual void Invoke(object sender, GridDataCurrentCellValidatingEventArgs args)
Parameters