ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / OnOwnerDrawPageFooter Method

In This Topic
    OnOwnerDrawPageFooter Method (DropDownList)
    In This Topic
    Raised when a Page footer needs to be printed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnOwnerDrawPageFooter( _
       ByVal e As OwnerDrawPageEventArgs _
    ) 
    protected virtual void OnOwnerDrawPageFooter( 
       OwnerDrawPageEventArgs e
    )

    Parameters

    e
    See Also