NonNativeKeyboard.OnPlacement 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 keyboard is placed. This allows listener to know when someone else is co-opting the keyboard.
public:
event EventHandler ^ OnPlacement;
public event EventHandler OnPlacement;
member this.OnPlacement : EventHandler
Public Event OnPlacement As EventHandler