Raises the AutoClosing event.

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

Syntax

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

Parameters

e
Type: System.ComponentModel..::..CancelEventArgs
Provides data for CancelEventArgs.

See Also