Raises the [E:Closing] event.

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

Syntax

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

Parameters

e
Type: C1.Silverlight..::..CancelEventArgs
The CancelEventArgs instance containing the event data.

See Also