Raised when a window is closed.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<EventArgs> Closed |
Visual Basic
Copy Code
|
|---|
Public Event Closed As EventHandler(Of EventArgs) |
Event DataClosed event handlers receive an argument of type EventArgs.
See Also