LosingFocusEventArgs
种类:class
实验性
属性
方向
readonly FocusNavigationDirection Direction
实验性
新焦点组件
readonly ComponentView NewFocusedComponent
实验性
旧焦点组件
readonly ComponentView OldFocusedComponent
实验性
原始来源
readonly int OriginalSource
方法
尝试取消
void TryCancel()
实验性
尝试设置新焦点组件
void TrySetNewFocusedComponent(ComponentView component)
实验性