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
Public Class TreeViewItemCancelEventArgs
Inherits CancelEventArgs
type TreeViewItemCancelEventArgs =
class
inherit CancelEventArgs
end
The TreeViewItemCancelEventArgs type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Item |
Gets the item that triggered the event
|
TopSee Also