-api-id | -api-type |
---|---|
E:Windows.UI.Xaml.Controls.RichEditBox.ContextMenuOpening |
winrt event |
Occurs when the system processes an interaction that displays a context menu.
<RichEditBox ContextMenuOpening="eventhandler" />
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.