RadControls for WinForms

Unloads the element if it was previously loaded on an element tree.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
protected internal void OnUnload(
	ComponentThemableElementTree oldTree,
	bool recursive
)
Visual Basic
Protected Friend Sub OnUnload ( _
	oldTree As ComponentThemableElementTree, _
	recursive As Boolean _
)

Parameters

oldTree
Type: Telerik.WinControls..::..ComponentThemableElementTree
Reference to the element tree from which we are in a process of unload.
recursive
Type: System..::..Boolean

See Also