| 
 | 
 | 
 | 
| 
        | OnLostFocus Method, SftTree Class | 
Raises the LostFocus event.
Syntax SftTree Class (Softelvdm.SftTreeNET)
| VB | Protected Overrides Sub OnLostFocus( ByVal e As EventArgs ) | 
| C# | protected override void OnLostFocus( EventArgs e ); | 
| C++ | protected: virtual void OnLostFocus( EventArgs^ e ); | 
e
An EventArgs that contains the event data.
Comments
The OnLostFocus method raises the LostFocus event.