'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.
Property | Description |
---|---|
View | Returns the IView object. |
See Also