Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

ItemCollapsed Event, SftTree Class

Occurs when an item is collapsed, under program control or by the user.

Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public event ItemCollapsedEventHandler ItemCollapsed;
Public Event ItemCollapsed As ItemCollapsedEventHandler

Comments

Occurs when an item is collapsed, under program control or by the user.

This is a notification only. No tree control attributes, items or cells should be manipulated in any way while handling this event.

See Also SftTree Class | Classes | SftTree/NET 2.0