
Raises the TextFrameRightClicked event.
[C#]
protected virtual void OnTextFrameRightClicked(TextFrameEventArgs e);
[Visual Basic]
Protected Overridable Sub OnTextFrameRightClicked(ByVal e As TextFrameEventArgs)
| Parameter | Description | |
| e | Specifies an TextFrameEventArgs object that contains the event data. |