C# Класс Habanero.Faces.Base.TreeViewCancelEventArgs

Provides data for the TreeView.BeforeCheck, TreeView.BeforeCollapse, TreeView.BeforeExpand, and TreeView.BeforeSelect events of a TreeView control.
Наследование: CancelEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TreeViewCancelEventArgs ( ITreeNode node, bool cancel, TreeViewAction action ) : System

Initializes a new instance of the TreeViewCancelEventArgs class with the specified tree node, a value specifying whether the event is to be canceled, and the type of tree view action that raised the event.

Описание методов

TreeViewCancelEventArgs() публичный Метод

Initializes a new instance of the TreeViewCancelEventArgs class with the specified tree node, a value specifying whether the event is to be canceled, and the type of tree view action that raised the event.
public TreeViewCancelEventArgs ( ITreeNode node, bool cancel, TreeViewAction action ) : System
node ITreeNode The TreeNode that the event is responding to.
cancel bool true to cancel the event; otherwise, false.
action TreeViewAction One of the TreeViewAction values indicating the type of action that raised the event.
Результат System