The C1TreeViewEventArgs type exposes the following members.

Properties

  Name Description
Public property Canceled
Gets or sets a value indicating whether the event data for events raised by the C1TreeView control was canceled.
Public property DomEvent
Provides you with information about an event that has occurred.
Public property Handled
Gets or sets a value indicating whether the event data for all events raised by the C1TreeView control was handled.
Public property Node
Gets the tree node that has been checked, expanded, collapsed, or selected.

See Also