The C1TreeViewEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
C1TreeViewEventArgs |
Explicit constructor for C1TreeViewEventArgs.
|
Methods
Name | Description | |
---|---|---|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
ToLocaleString | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Canceled |
Gets or sets a value indicating whether the event data for events raised by the C1TreeView control was canceled.
|
|
DomEvent |
Provides you with information about an event that has occurred.
|
|
Handled |
Gets or sets a value indicating whether the event data for all events raised by the C1TreeView control was handled.
|
|
Node |
Gets the tree node that has been checked, expanded, collapsed, or selected.
|