| IRenderHandlerOnImeCompositionRangeChanged Method  | 
Version 118.6.80 
            Called when the IME composition range has changed.
            
 
    Namespace: 
   CefSharp.OffScreen
    Assembly:
   CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxvoid OnImeCompositionRangeChanged(
	Range selectedRange,
	Rect[] characterBounds
)
void OnImeCompositionRangeChanged(
	Range selectedRange, 
	array<Rect>^ characterBounds
)
Parameters
- selectedRange
- Type: CefSharp.StructsRange
 is the range of characters that have been selected
- characterBounds
- Type: CefSharp.StructsRect
 is the bounds of each character in view coordinates.
 See Also
See Also