Raises the [E:Closed] event.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
protected virtual void OnClosed(
	EventArgs e
)
Visual Basic
Protected Overridable Sub OnClosed ( _
	e As EventArgs _
)

Parameters

e
Type: System..::..EventArgs
The EventArgs instance containing the event data.

See Also