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


In This Topic
Deselected Event
In This Topic
Occurs when a view is deselected.
Syntax
'Declaration
 
Event Deselected As EventHandler
 
'Usage
 
Dim instance As IView
Dim handler As EventHandler
 
AddHandler instance.Deselected, handler
See Also