C# Class Microsoft.Test.ApplicationControl.AutomatedApplicationEventArgs

Represents the event args passed to AutomatedApplication events.
Inheritance: EventArgs
Afficher le fichier Open project: dotnet/wpf-test

Méthodes publiques

Méthode Description
AutomatedApplicationEventArgs ( Microsoft.Test.ApplicationControl.AutomatedApplication automatedApp ) : System

Constructs an AutomatedApplicationEventArgs instance with the given AutomatedApplication.

Method Details

AutomatedApplicationEventArgs() public méthode

Constructs an AutomatedApplicationEventArgs instance with the given AutomatedApplication.
public AutomatedApplicationEventArgs ( Microsoft.Test.ApplicationControl.AutomatedApplication automatedApp ) : System
automatedApp Microsoft.Test.ApplicationControl.AutomatedApplication The AutomatedApplication data to pass to the listeners.
Résultat System