MixedRealityKeyboardBase.OnCommitText Property      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event which triggers when commit action is invoked on the keyboard. (Usually the return key.)
public:
 property UnityEngine::Events::UnityEvent ^ OnCommitText { UnityEngine::Events::UnityEvent ^ get(); void set(UnityEngine::Events::UnityEvent ^ value); };public UnityEngine.Events.UnityEvent OnCommitText { get; set; }member this.OnCommitText : UnityEngine.Events.UnityEvent with get, setPublic Property OnCommitText As UnityEventProperty Value
		UnityEngine.Events.UnityEvent