'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.
Property | Description |
---|---|
OwnerDrawPrint | The C1OwnerDrawPrint object used to render the custom header or footer |
See Also