Occurs when a right mouse click is sent as user input and a context menu should be opened. The event handler receives an argument of type TextContextMenuEventArgs containing data related to this event. The event data contains a list of possible menu items which can be shown for the location where the click occurs.

Syntax

public event TextContextMenuEventHandler TextContextMenuOpening;
Public Event TextContextMenuOpening As TextContextMenuEventHandler