C# 클래스 WinRTXamlToolkit.Controls.Extensions.Forms.FocusTracker

Provides a FocusChanged event that fires whenever an element loses focus. Some polling is used for robustness which means the event might fire with a delay or that some rapid focus changes might be missed due to some early failurs coming from relying solely on the UIElement.LostFocus event.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 메소드들

메소드 설명
FocusTracker ( ) : System

Initializes a new instance of the FocusTracker class,

비공개 메소드들

메소드 설명
OnLostFocus ( object sender, RoutedEventArgs args ) : void
OnTick ( object sender, object o ) : void
RaiseFocusChanged ( UIElement e ) : void

Raises FocusChanged event.

StartFocusTracking ( ) : void
StopFocusTracking ( ) : void
UpdateFocusedElement ( ) : void

메소드 상세

FocusTracker() 공개 메소드

Initializes a new instance of the FocusTracker class,
public FocusTracker ( ) : System
리턴 System