Search
TreeItemValidationEventArgs Members
Constructors Properties
 


Contains the arguments passed to event handlers, such as TreeItemTextEditing.

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

 Public Constructors

  Name Description

TreeItemValidationEventArgs

Initializes a new instance of the TreeItemValidationEventArgs class.

 Public Properties

  Name Description

Cancel

Gets or sets a value indicating whether to prevent the user from completing the operation.

Item

Get the item for which the event is raised. (Inherited from TreeItemEventArgs.)

MouseButton

Gets which mouse button has been pressed. (Inherited from TreeItemEventArgs.)

MousePosition

Gets the current mouse pointer position. (Inherited from TreeItemEventArgs.)

 See Also