Raises the Changed event.
Namespace:
AltaVim.WinFormsAssembly: AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0
Syntax
| C# |
|---|
public virtual void OnChanged( EventArgs e ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub OnChanged ( _ e As EventArgs _ ) |
| Visual C++ |
|---|
public: virtual void OnChanged( EventArgs^ e ) |
Parameters
- e
- Type: System..::.EventArgs
An EventArgs that contains the event data.