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
Show file Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

Method Description
TagExpressionEventArgs ( string tagExpression ) : System

Initializes a new instance of the TagExpression event arguments class.

Method Details

TagExpressionEventArgs() public method

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