Reflection
ViewOpened Event


Occurs when a new view is opened.
Syntax
'Declaration
 
Event ViewOpened As ViewEventHandler
'Usage
 
Dim instance As IFrame
Dim handler As ViewEventHandler
 
AddHandler instance.ViewOpened, handler
event ViewEventHandler ViewOpened
Event Data

The event handler receives an argument of type ViewEventArgs containing data related to this event. The following ViewEventArgs properties provide information specific to this event.

PropertyDescription
ViewReturns the IView object.  
See Also