C# Class Microsoft.Silverlight.Testing.Client.TagExpressionEventArgs

A class for storing event information relating to a user's selected tag expression for a test run.
Inheritance: System.EventArgs
Afficher le fichier Open project: garyjohnson/wpnest Class Usage Examples

Méthodes publiques

Méthode Description
TagExpressionEventArgs ( string tagExpression ) : System

Initializes a new instance of the TagExpression event arguments class.

Method Details

TagExpressionEventArgs() public méthode

Initializes a new instance of the TagExpression event arguments class.
public TagExpressionEventArgs ( string tagExpression ) : System
tagExpression string The tag expression.
Résultat System