UxrKeyboardUI.CurrentLineChanged Event

Event we can subscribe to if we want notifications whenever the current line being typed in using the keyboard changed.

Namespace: UltimateXR.UI.Helpers.Keyboard
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public event EventHandler<string> CurrentLineChanged


Value

Type: System.EventHandler(String)

See Also

Reference

UxrKeyboardUI Class
UltimateXR.UI.Helpers.Keyboard Namespace