NonNativeKeyboard.OnPrevious Event

Definition

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 

Event Type

Applies to