C# 클래스 Microsoft.Silverlight.Testing.Client.TagExpressionEventArgs

A class for storing event information relating to a user's selected tag expression for a test run.
상속: System.EventArgs
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
TagExpressionEventArgs ( string tagExpression ) : System

Initializes a new instance of the TagExpression event arguments class.

메소드 상세

TagExpressionEventArgs() 공개 메소드

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