.NET Documentation
C#
VB
Show/Hide TOC
Window
Search
Closed Event
Occurs when the window is closed.
Definition
Namespace:
Aliquo.Windows.Controls
Assembly:
Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
Copy
public
event
EventHandler
Closed
VB
Copy
Public
Event
Closed
As
EventHandler
Value
EventHandler
Implements
IWindowSearch
Closed
See Also
Reference
WindowSearch Class
Aliquo.Windows.Controls Namespace
In This Article
Definition
Value
Implements
See Also