C# Class UIAComWrapperTests.EventHandlerBase

Afficher le fichier Open project: geeksree/cSharpGeeks

Méthodes publiques

Méthode Description
Confirm ( ) : bool
EventHandlerBase ( ) : System
Start ( ) : void

Méthodes protégées

Méthode Description
OnMatchingEvent ( AutomationElement sender ) : void

Method Details

Confirm() public méthode

public Confirm ( ) : bool
Résultat bool

EventHandlerBase() public méthode

public EventHandlerBase ( ) : System
Résultat System

OnMatchingEvent() protected méthode

protected OnMatchingEvent ( AutomationElement sender ) : void
sender System.Windows.Automation.AutomationElement
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void