Search
HeaderResizeEventArgs Members
Constructors Properties Methods
 


Contains the arguments passed to handlers of header resize events.

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

 Public Constructors

  Name Description

HeaderResizeEventArgs

Initializes a new instance of the HeaderEventArgs class.

 Public Properties

  Name Description

cancel

Gets or sets a value indicating whether to allow the current operation.

handled

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

header

Gets the header related to the event. (Inherited from HeaderEventArgs.)

horizontal

Gets a value indicating whether the user resizes the header horizontally.

 Public Methods

  Name Description

cancelDrag

Immediately cancels the resize operation.

 See Also