
The HeaderFooterEventArgs class provides data for the TextControl.HeaderFooterActivated and TextControl.HeaderFooterDeactivated events.
[C#]
public class HeaderFooterEventArgs: EventArgs
[Visual Basic]
Public Class HeaderFooterEventArgs
Inherits EventArgs
| Property | Description | |
| HeaderFooter | Gets an object that represents the header or footer which causes the event. |