Skip to main content

TdxNavBarNavigationPaneShowingPopupEvent Type

The procedural type of a NavBar control’s popup window display events that occur while a Navigation Pane View is active.

Declaration

TdxNavBarNavigationPaneShowingPopupEvent = TdxNavBarShowingPopupEvent;

Referenced Class

Type
TdxNavBarShowingPopupEvent

Remarks

This procedural type is mapped to the TdxNavBarShowingPopupEvent type to ensure backward compatibility with previous ExpressNavBar Suite versions. Use the latter type instead.

The NavBar control’s OnNavigationPanePopupShowing event references the TdxNavBarNavigationPaneShowingPopupEvent procedural type.

See Also