NonNativeKeyboard.OnPrevious 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.
Sent when the 'Previous' button is pressed. Ideally you would use this event to set your targeted text input to the previous text field in your document. (Cleared when keyboard is closed.)
public:
event EventHandler ^ OnPrevious;
public event EventHandler OnPrevious;
member this.OnPrevious : EventHandler
Public Event OnPrevious As EventHandler