Search
TreeItemEventArgs Members
Constructors Properties
 


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

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

 Public Constructors

  Name Description

TreeItemEventArgs

Initializes a new instance of the TreeItemEventArgs class.

 Public Properties

  Name Description

Item

Get the item for which the event is raised.

MouseButton

Gets which mouse button has been pressed.

MousePosition

Gets the current mouse pointer position.

 See Also