Skip to main content

DXSubMenuItem.GenerateBeforePopupEvent() Method

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

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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