Keyoti RapidSpell Desktop .NET API Docs
TextBoxUtilityAdapter..::..RightClickEventHandler Delegate
APIKeyoti.RapidSpellTextBoxUtilityAdapterTextBoxUtilityAdapter..::..RightClickEventHandler
Keyoti RapidSpell Desktop .NET
Handles right clicks.
Declaration Syntax
C#Visual BasicVisual C++F#
public delegate void RightClickEventHandler(
	Object sender,
	int clickCharIndex
)
Public Delegate Sub RightClickEventHandler ( 
	sender As Object,
	clickCharIndex As Integer
)
public delegate void RightClickEventHandler(
	Object^ sender, 
	int clickCharIndex
)
type RightClickEventHandler = 
    delegate of 
        sender : Object * 
        clickCharIndex : int -> unit
Parameters
sender (Object)
The sender object, where the event originated from.
clickCharIndex (Int32)
The index of the character the was clicked on.

Assembly: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204