|
|
|
|
SelectionChanged Event, SftTree Class |
Occurs when the item or cell selection has changed.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Event SelectionChanged As SelectionChangedEventHandler |
C# |
public event SelectionChangedEventHandler SelectionChanged; |
C++ |
public: event SelectionChangedEventHandler SelectionChanged; |
Event Data
The SelectionChanged event handler receives an argument of type EventArgs containing data related to this event.
Comments
The SelectionChanged event occurs when the item or cell selection has changed.
The SelectionChange event is not limited to mouse events as the selection can change through keyboard input also. To determine which mouse button was pressed and/or in which area of the tree control the mouse button was pressed, use the MouseDown or ItemClick events instead.