CoreInputViewTransferringXYFocusEventArgs.TransferHandled Property
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.
Gets or sets a value that marks the XYFocusTransferringFromPrimaryView event as handled.
public:
property bool TransferHandled { bool get(); void set(bool value); };
bool TransferHandled();
void TransferHandled(bool value);
public bool TransferHandled { get; set; }
var boolean = coreInputViewTransferringXYFocusEventArgs.transferHandled;
coreInputViewTransferringXYFocusEventArgs.transferHandled = boolean;
Public Property TransferHandled As Boolean
Property Value
Boolean
bool
Set the value to true on successful focus navigation. The default is false.
If false, the input pane retains focus.
Remarks
Primary view refers to either of the CoreInputViewKind.Keyboard or CoreInputViewKind.Handwriting views, while CoreInputView can be any of the values from CoreInputViewKind.