New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.Common

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class WaitCompleteEventArgs : EventArgs

Inheritance: objectEventArgsWaitCompleteEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public WaitCompleteEventArgs(WaitResult waitResult)
Parameters:waitResultWaitResult

Properties

C#
public WaitResult WaitResult { get; }