Event fired when the window is closed by the user or the Close()()()() method.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public event EventHandler Closed
Visual Basic
Public Event Closed As EventHandler
XAML Attribute Usage
<object Closed="EventHandler" .../>

See Also