Skip to main content

PopupMenuShowingEventArgs(DXPopupMenu, Point) Constructor

Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v23.2.dll

NuGet Package: DevExpress.Win.SpellChecker

Declaration

public PopupMenuShowingEventArgs(
    DXPopupMenu menu,
    Point location
)

Parameters

Name Type Description
menu DXPopupMenu

A DXPopupMenu object that represents the context menu to be invoked.

location Point

A Point representing the point at which a menu is shown.

Remarks

Instances of the PopupMenuShowingEventArgs class are automatically created, initialized and passed to the RichEditControl.PopupMenuShowing event handlers. There is no need to call this constructor directly from your code.

See Also