Raises the AutoClosed event.

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

Syntax

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

Parameters

e
Type: System..::..EventArgs
Provides data for EventArgs.

See Also