NonNativeKeyboard.OnKeyboardValueKeyPressed Event
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 fired when char key on keyboard is pressed.
public:
event Action<Microsoft::MixedReality::Toolkit::Experimental::UI::KeyboardValueKey ^> ^ OnKeyboardValueKeyPressed;
public event Action<Microsoft.MixedReality.Toolkit.Experimental.UI.KeyboardValueKey> OnKeyboardValueKeyPressed;
member this.OnKeyboardValueKeyPressed : Action<Microsoft.MixedReality.Toolkit.Experimental.UI.KeyboardValueKey>
Public Event OnKeyboardValueKeyPressed As Action(Of KeyboardValueKey)