Search
HeaderEventArgs Members
Constructors Properties
 


Contains the arguments passed to handlers of header-related events.

The following tables list the members exposed by the HeaderEventArgs type.

 Public Constructors

  Name Description

HeaderEventArgs

Initializes a new instance of the HeaderEventArgs class.

 Public Properties

  Name Description

handled

Gets or sets a value indicating whether the event has been handled. (Inherited from EventArgs.)

header

Gets the header related to the event.

 See Also