BrowserPanesEvents.OnBrowserNodeGetDisplayObjects Event
Parent Object: BrowserPanesEventsDescription
Event that is fired when a user requests that the objects represented by a browser node be highlighted.
Syntax
BrowserPanesEvents.OnBrowserNodeGetDisplayObjects( BrowserNodeDefinition As Object, Objects As ObjectCollection, Context As NameValueMap, HandlingCode As HandlingCodeEnum )Parameters
Name | Type | Description |
BrowserNodeDefinition | Object | The ClientBrowserNodeDefinition associated with the node the mouse is over. |
Objects | ObjectCollection | An Object collection that the client must create and populate with the objects associated with the browser node. |
Context | NameValueMap | This event provides additional information through the Context argument as described below: Name = “Browser Node”, Value = The BrowserNode object that the mouse is over. |
HandlingCode | HandlingCodeEnum | This argument is ignored for this event. |