KeyboardNavigationManipulator Constructor

Declaration

public KeyboardNavigationManipulator(Action<KeyboardNavigationOperation,EventBase> action);

Parameters

action This action is invoked when specific low level events are dispatched to the target <see cref="VisualElement" />, with a specific value of <see cref="KeyboardNavigationOperation" /> and a reference to the original low level event.

Description

Initializes and returns an instance of KeyboardNavigationManipulator, configured to invoke the specified callback.


Did you find this page useful? Please give it a rating: