|
|
|
|
MouseLeave Event, SftTree Class |
Occurs when the mouse pointer leaves the control.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Event MouseLeave As EventHandler |
C# |
public event EventHandler MouseLeave; |
C++ |
public: event EventHandler MouseLeave; |
Event Data
The MouseLeave event handler receives an argument of type EventArgs containing data related to this event.
Comments
The MouseLeave event occurs when the mouse pointer leaves the control.