MindFusion.Wpf Pack Programmer's Guide
Window.Closed Event
See Also
 





Raised when a window is closed.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public event EventHandler<EventArgs> Closed

Visual Basic  Copy Code

Public Event Closed As EventHandler(Of EventArgs)

 Event Data

Closed event handlers receive an argument of type EventArgs.

 See Also

Window Members
Window Class
MindFusion.UI.Wpf Namespace