Click or drag to resize

TreeViewItemCancelEventArgs Class

Event arguments for TreeView events that can be cancelled
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class TreeViewItemCancelEventArgs : CancelEventArgs

The TreeViewItemCancelEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodTreeViewItemCancelEventArgs
Initializes a new instance of the TreeViewItemCancelEventArgs class.
Top
Properties
  NameDescription
Public propertyItem
Gets the item that triggered the event
Top
See Also