ComponentOne True DBGrid for WinForms
OwnerDrawPageFooter Event

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : OwnerDrawPageFooter Event
Occurs before the page footer is to be printed.
Syntax
'Declaration
 
Public Event OwnerDrawPageFooter As OwnerDrawPageEventHandler
public event OwnerDrawPageEventHandler OwnerDrawPageFooter
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