Skip to main content

PopupMenuShowingEventArgs Constructors

Provides data for the RichEditControl.PopupMenuShowing event.
Name Parameters Description
PopupMenuShowingEventArgs(PopupMenu) menu Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings.
PopupMenuShowingEventArgs(RichEditPopupMenu, RichEditMenuType) menu, menuType Initializes a new instance of the PopupMenuShowingEventArgs class with the specified menu and menu type.
See Also