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