NonNativeKeyboard.OnClosed 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.
Fired every time the close button is pressed. (Cleared when keyboard is closed.)
public:
 event EventHandler ^ OnClosed;
	public event EventHandler OnClosed;
	member this.OnClosed : EventHandler 
	Public Event OnClosed As EventHandler