CoreInputViewTransferringXYFocusEventArgs.TransferHandled Property

Definition

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.

Applies to

See also