Share via


TreeViewEvent Class

Methods | Fields | This Package | All Packages

Provides data for the afterCollapse, the afterExpand, and the afterSelect events of a TreeView control.

Event
  |
  +--TreeViewEvent

package com.ms.wfc.ui

public class TreeViewEvent
extends
Event****

Remarks

The afterCollapse event occurs when a tree node has been collapsed. The afterExpand event occurs when a tree node has been expanded. The afterSelect event occurs when the selection in the tree view control has changed. The TreeViewEvent object specifies which tree node has been expanded, collapsed, or selected.

For information about the WFC event model, see .