Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 882 Bytes

File metadata and controls

46 lines (29 loc) · 882 Bytes
id GettingFocusEventArgs
title GettingFocusEventArgs

Architecture

Kind: class

Implements: RoutedEventArgs

EXPERIMENTAL

Properties

Direction

readonly FocusNavigationDirection Direction

EXPERIMENTAL

NewFocusedComponent

readonly ComponentView NewFocusedComponent

EXPERIMENTAL

OldFocusedComponent

readonly ComponentView OldFocusedComponent

EXPERIMENTAL

OriginalSource

readonly int OriginalSource

Methods

TryCancel

void TryCancel()

EXPERIMENTAL

TrySetNewFocusedComponent

void TrySetNewFocusedComponent(ComponentView component)

EXPERIMENTAL

Referenced by