DashboardPopupMenu Events
Represents a dashboard popup menu, managed by a BarManager or RibbonControl.
Name | Description |
---|---|
Before |
Allows you to customize the popup menu before it is displayed onscreen.
Inherited from Popup |
Close |
Occurs when the Popup |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Link |
Fires immediately after a link has been added to the popup menu.
Inherited from Popup |
Link |
Fires immediately after a link has been removed from the popup menu.
Inherited from Popup |
Paint |
Enables you to paint the content of the bar displayed to the left of the popup menu.
Inherited from Popup |
Popup |
Occurs when the Popup |
See Also