|
|
|
|
ItemExpanded Event, SftTree Class |
Occurs when an item is expanded, under program control or by the user.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Event ItemExpanded As ItemExpandedEventHandler |
C# |
public event ItemExpandedEventHandler ItemExpanded; |
C++ |
public: event ItemExpandedEventHandler ItemExpanded; |
Event Data
The ItemExpanded event handler receives an argument of type ItemExpandedEventArgs containing data related to this event.
Comments
The ItemExpanded event occurs when an item is expanded, 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.