|
|
|
|
FocusObjectChanged Event, SftTree Class |
Occurs when the focus object (an item or cell) changes.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Event FocusObjectChanged As FocusObjectChangedEventHandler |
C# |
public event FocusObjectChangedEventHandler FocusObjectChanged; |
C++ |
public: event FocusObjectChangedEventHandler FocusObjectChanged; |
Event Data
The FocusObjectChanged event handler receives an argument of type EventArgs containing data related to this event.
Comments
The FocusObjectChanged event occurs when the focus object (an item or cell) changes.
The focus object is rendered with a focus rectangle based on the ShowFocusRectangle property.
The SelectionChange event occurs when the selection changes.