True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / OwnerDrawPageHeader Event

In This Topic
    OwnerDrawPageHeader Event (C1TrueDBGrid)
    In This Topic
    Occurs before the page header is to be printed.
    Syntax
    'Declaration
     
    Public Event OwnerDrawPageHeader As OwnerDrawPageEventHandler
    public event OwnerDrawPageEventHandler OwnerDrawPageHeader
    Event Data

    The event handler receives an argument of type OwnerDrawPageEventArgs containing data related to this event. The following OwnerDrawPageEventArgs properties provide information specific to this event.

    PropertyDescription
    The C1OwnerDrawPrint object used to render the custom header or footer  
    See Also