Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / Frame.ViewOpenedEventHandler Event
Send of event.
Represents the user interface aspect of each document.
In This Topic
Frame.ViewOpenedEventHandler Event
In This Topic
The event is raised when a new view is opened.
Syntax
<Runtime.InteropServices.ComVisibleAttribute(True)>
Public Delegate Sub Frame.ViewOpenedEventHandler( _
   ByVal sender As Object, _
   ByVal view As View _
) 

Parameters

sender
Send of event.
view
Represents the user interface aspect of each document.
See Also