C# Class Microsoft.Test.ApplicationControl.AutomatedApplicationEventArgs

Represents the event args passed to AutomatedApplication events.
Inheritance: EventArgs
Mostrar archivo Open project: dotnet/wpf-test

Public Methods

Method Description
AutomatedApplicationEventArgs ( Microsoft.Test.ApplicationControl.AutomatedApplication automatedApp ) : System

Constructs an AutomatedApplicationEventArgs instance with the given AutomatedApplication.

Method Details

AutomatedApplicationEventArgs() public method

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.
return System