C# Class VisualUIAVerify.Utils.FocusChangeListener

Mostrar archivo Open project: geeksree/cSharpGeeks

Public Methods

Method Description
Start ( ) : void

this method will start listening to AutomationFocusChanged event.

Stop ( ) : void

this method will stop listening to AutomationFocusChanged event.

Protected Methods

Method Description
OnAutomationFocusChanged ( AutomationElement element ) : void
OnEndFocusTracing ( ) : void
OnStartFocusTracing ( ) : void

Private Methods

Method Description
OnAutomationFocusChanged ( object src, AutomationFocusChangedEventArgs e ) : void

this method will handle the AutomationFocusChanged event

Method Details

OnAutomationFocusChanged() protected method

protected OnAutomationFocusChanged ( AutomationElement element ) : void
element System.Windows.Automation.AutomationElement
return void

OnEndFocusTracing() protected method

protected OnEndFocusTracing ( ) : void
return void

OnStartFocusTracing() protected method

protected OnStartFocusTracing ( ) : void
return void

Start() public method

this method will start listening to AutomationFocusChanged event.
public Start ( ) : void
return void

Stop() public method

this method will stop listening to AutomationFocusChanged event.
public Stop ( ) : void
return void