Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / IView Interface / Closed Event


In This Topic
Closed Event (IView)
In This Topic
Occurs when the view is closed.
Syntax
'Declaration
 
Event Closed As EventHandler
 
'Usage
 
Dim instance As IView
Dim handler As EventHandler
 
AddHandler instance.Closed, handler
See Also