[This is preliminary documentation and is subject to change.]

Raises the Recycled event

Namespace: Tools.WindowsT.IndependentT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected virtual void OnRecycled(
	EventArgs e
)
Visual Basic
Protected Overridable Sub OnRecycled ( _
	e As EventArgs _
)
Visual C++
protected:
virtual void OnRecycled(
	EventArgs^ e
)
F#
abstract OnRecycled : 
        e:EventArgs -> unit 
override OnRecycled : 
        e:EventArgs -> unit 
JScript
protected function OnRecycled(
	e : EventArgs
)

Parameters

e
Type: System..::..EventArgs
Event arguments

Remarks

See Also