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