Share via


ExchangeTreeViewControl Events

Topic Last Modified: 2006-06-14

This section describes the events generated by the Managed Exchange TreeView Control Reference. These events are the means by which the TreeView control passes important information back to the application that is consuming the TreeView control. The ControlError Event is used for returning low-priority error information. The ControlGeneratedError Event is used for returning high-priority error information. The Selection Event is used to return information about the node in the TreeView control that is currently selected. It is possible to capture these events programmatically through the use of event handler functions.

Events

Name Description

ControlError Event

Used for returning low-priority error information to the consuming application.

ControlGeneratedError Event

Used for returning high-priority error information to the consuming application.

Selection Event

Used to return information about the node in the TreeView control that is currently selected to the consuming application.