Delegate GridPrintDocumentAdv.DrawGridHeaderFooterEventHandler
Represents the methods that handles DrawGridPrintHeader and DrawGridPrintFooter events.
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public delegate void DrawGridHeaderFooterEventHandler(object sender, GridPrintHeaderFooterTemplateArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event |
GridPrintHeaderFooterTemplateArgs | e | A GridPrintHeaderFooterTemplateArgs that contains the event data |
Constructors
DrawGridHeaderFooterEventHandler(Object, IntPtr)
Declaration
public DrawGridHeaderFooterEventHandler(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
System.Object | object | |
System.IntPtr | method |
Methods
BeginInvoke(Object, GridPrintHeaderFooterTemplateArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridPrintHeaderFooterTemplateArgs e, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
GridPrintHeaderFooterTemplateArgs | 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, GridPrintHeaderFooterTemplateArgs)
Declaration
public virtual void Invoke(object sender, GridPrintHeaderFooterTemplateArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
GridPrintHeaderFooterTemplateArgs | e |