Click or drag to resize

TreeGridViewItemCancelEventArgs Class

Event arguments for TreeGridView events that can be cancelled
Inheritance Hierarchy

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

The TreeGridViewItemCancelEventArgs type exposes the following members.

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