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