Raises the AutoClosing event.

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

Syntax

C#
protected virtual void OnAutoClosing(
	CancelEventArgs e
)
Visual Basic
Protected Overridable Sub OnAutoClosing ( _
	e As CancelEventArgs _
)

Parameters

e
Type: C1.Silverlight..::..CancelEventArgs
Provides data for CancelEventArgs.

See Also