Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1022 Bytes

richeditbox_contextmenuopening.md

File metadata and controls

33 lines (23 loc) · 1022 Bytes
-api-id -api-type
E:Windows.UI.Xaml.Controls.RichEditBox.ContextMenuOpening
winrt event

Windows.UI.Xaml.Controls.RichEditBox.ContextMenuOpening

-description

Occurs when the system processes an interaction that displays a context menu.

-xaml-syntax

<RichEditBox ContextMenuOpening="eventhandler" />

-remarks

-examples

Tip

For more info, design guidance, and code examples, see Guidelines for context menus.

If you have the WinUI 2 Gallery app installed, click here to open the app and see the Customizing RichEditBox's CommandBarFlyout - adding 'Share' example.

-see-also