TitleBarExtension Events TIBCO Spotfire 6.0 API Reference
The TitleBarExtension type exposes the following members.
Events

  NameDescription
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose  method.
(Inherited from Component.)
Public eventEditProperties
Occurs when Properties is requested for the hosting CustomVisual.
Public eventHelpRequested
Occurs when Help is requested for the hosting CustomVisual.
Public eventPopulateFeaturesMenu
Occurs when the visualization features menu is requested for the hosting CustomVisual.
Public eventPopulateTitleBar
Occurs when the visualization title bar is updated. Note: This may happen at any time; always use the current state of the hosting CustomVisual.
Back to Top
See Also