Delegate GridFillRectangleHookEventHandler
Represents a method that handles the FillRectangleHook event.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public delegate void GridFillRectangleHookEventHandler(object sender, GridFillRectangleHookEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event. |
GridFillRectangleHookEventArgs | e | An GridFillRectangleHookEventArgs that contains the event data. |
Constructors
GridFillRectangleHookEventHandler(Object, IntPtr)
Declaration
public GridFillRectangleHookEventHandler(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
System.Object | object | |
System.IntPtr | method |
Methods
BeginInvoke(Object, GridFillRectangleHookEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridFillRectangleHookEventArgs e, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
GridFillRectangleHookEventArgs | e | |
System.AsyncCallback | callback | |
System.Object | object |
Returns
Type |
---|
System.IAsyncResult |
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
System.IAsyncResult | result |
Invoke(Object, GridFillRectangleHookEventArgs)
Declaration
public virtual void Invoke(object sender, GridFillRectangleHookEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
GridFillRectangleHookEventArgs | e |