Skip to main content
A newer version of this page is available. .

DXSubMenuItem.GenerateBeforePopupEvent() Method

Invokes the event handler assigned to the DXSubMenuItem.BeforePopup event.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public void GenerateBeforePopupEvent()

Remarks

This method invokes a handler of the DXSubMenuItem.BeforePopup event. Generally there is no need to call this method directly from your code.

See Also