Raises the Resized event.

Namespace:  AltaVim.WinForms
Assembly:  AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0

Syntax

C#
public virtual void OnResized(
	EventArgs e
)
Visual Basic (Declaration)
Public Overridable Sub OnResized ( _
	e As EventArgs _
)
Visual C++
public:
virtual void OnResized(
	EventArgs^ e
)

Parameters

e
Type: System..::.EventArgs
An EventArgs that contains the event data.

See Also