Attachmate Reflection 2014 .NET API Reference
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
View Returns the IView object.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IFrame Interface
IFrame Members

Send Feedback