Keyoti RapidSpell Desktop .NET API Docs
TextBoxUtilityAdapter..::..RightClickEventHandler Delegate
APIKeyoti.RapidSpellTextBoxUtilityAdapterTextBoxUtilityAdapter..::..RightClickEventHandler
Keyoti RapidSpell Desktop .NET
Handles right clicks.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public delegate void RightClickEventHandler(
	Object sender,
	int clickCharIndex
)
public delegate void RightClickEventHandler(
	Object sender,
	int clickCharIndex
)
Public Delegate Sub RightClickEventHandler ( 
	sender As Object,
	clickCharIndex As Integer
)
Public Delegate Sub RightClickEventHandler ( 
	sender As Object,
	clickCharIndex As Integer
)
public delegate void RightClickEventHandler(
	Object^ sender, 
	int clickCharIndex
)
public delegate void RightClickEventHandler(
	Object^ sender, 
	int clickCharIndex
)
type RightClickEventHandler = 
    delegate of 
        sender : Object * 
        clickCharIndex : int -> unit
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.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412