Delegate GridDrawCellBackgroundEventHandler
Represents the method that handles a cancelable DrawCellBackground event.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public delegate void GridDrawCellBackgroundEventHandler(object sender, GridDrawCellBackgroundEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event. |
GridDrawCellBackgroundEventArgs | e | An GridDrawCellBackgroundEventArgs that contains the event data. |
Constructors
GridDrawCellBackgroundEventHandler(Object, IntPtr)
Declaration
public GridDrawCellBackgroundEventHandler(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
System.Object | object | |
System.IntPtr | method |
Methods
BeginInvoke(Object, GridDrawCellBackgroundEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridDrawCellBackgroundEventArgs e, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
GridDrawCellBackgroundEventArgs | 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, GridDrawCellBackgroundEventArgs)
Declaration
public virtual void Invoke(object sender, GridDrawCellBackgroundEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
GridDrawCellBackgroundEventArgs | e |