Windows.UI.Xaml.Controls.RichEditBox.ContextMenuOpening
March 5, 2022 ยท View on GitHub
-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.