Class GridListChangingEventHandler
Delegate for ListChanging event
Inheritance
System.Object
GridListChangingEventHandler
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public sealed class GridListChangingEventHandler : MulticastDelegate
Constructors
GridListChangingEventHandler(Object, IntPtr)
Declaration
public GridListChangingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GridListChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridListChangingEventArgs 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, GridListChangingEventArgs)
Declaration
public virtual void Invoke(object sender, GridListChangingEventArgs args)
Parameters