KeyboardNavigationHandlerSetOwner Method

Sets the owner of the keyboard navigation handler.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[PrivateApiAttribute]
public void SetOwner(
	IInputRoot owner
)

Parameters

owner  IInputRoot
The owner.

Implements

IKeyboardNavigationHandlerSetOwner(IInputRoot)

Remarks

This method can only be called once, typically by the owner itself on creation.

See Also