Reflection
Closed Event (IView)


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
event EventHandler Closed
See Also