Search
HitTestEventArgs Members
Constructors Properties
 


Contains the arguments passed to the HitTestAdjustmentHandles event handlers.

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

 Public Constructors

  Name Description

HitTestEventArgs

Initializes a new instance of the HitTestEventArgs class.

 Public Properties

  Name Description

HitResult

Gets or sets the adjustment handle that has been hit.

Item

Gets the item whose adjustment handles are being hit-tested.

MousePosition

Gets the current cursor position, expressed in document coordinates.

 See Also