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


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