C# Class UIAComWrapperTests.EventHandlerBase

Exibir arquivo Open project: geeksree/cSharpGeeks

Public Methods

Method Description
Confirm ( ) : bool
EventHandlerBase ( ) : System
Start ( ) : void

Protected Methods

Method Description
OnMatchingEvent ( AutomationElement sender ) : void

Method Details

Confirm() public method

public Confirm ( ) : bool
return bool

EventHandlerBase() public method

public EventHandlerBase ( ) : System
return System

OnMatchingEvent() protected method

protected OnMatchingEvent ( AutomationElement sender ) : void
sender System.Windows.Automation.AutomationElement
return void

Start() public method

public Start ( ) : void
return void