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 Text
public event TextContextMenuEventHandler TextContextMenuOpening;
Public Event TextContextMenuOpening As TextContextMenuEventHandler