menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate DrawPageNumberEventHandler - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate DrawPageNumberEventHandler

    Event that is raised just prior to the page number being drawn.

    Namespace: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public delegate void DrawPageNumberEventHandler(GridControlBase grid, DrawPageNumberEventArgs e);
    Parameters
    Type Name Description
    GridControlBase grid

    The GridControlBase

    DrawPageNumberEventArgs e

    The DrawPageNumberEventArgs that contains the event data.

    Constructors

    DrawPageNumberEventHandler(Object, IntPtr)

    Declaration
    public DrawPageNumberEventHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(GridControlBase, DrawPageNumberEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(GridControlBase grid, DrawPageNumberEventArgs e, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    GridControlBase grid
    DrawPageNumberEventArgs 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(GridControlBase, DrawPageNumberEventArgs)

    Declaration
    public virtual void Invoke(GridControlBase grid, DrawPageNumberEventArgs e)
    Parameters
    Type Name Description
    GridControlBase grid
    DrawPageNumberEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved