Raises the LostFocus event.
Namespace:
PerpetuumSoft.Charts.Windows.FormsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
protected override void OnLostFocus( EventArgs e ) |
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub OnLostFocus ( _ e As EventArgs _ ) |
| Visual C++ |
|---|
protected: virtual void OnLostFocus( EventArgs^ e ) override |
Parameters
- e
- Type: System..::.EventArgs