Occurs when compute the bounds of the node object

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

Syntax

C#
public event ComputeEventHandler ComputeBounds
Visual Basic (Declaration)
Public Event ComputeBounds As ComputeEventHandler
Visual C++
public:
 event ComputeEventHandler^ ComputeBounds {
	void add (ComputeEventHandler^ value);
	void remove (ComputeEventHandler^ value);
}

See Also