New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.Common.Win32

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class WindowEventArgs : EventArgs

Inheritance: objectEventArgsWindowEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public WindowEventArgs(Window window, string tag = null)
Parameters:windowWindowtagstring

Properties

C#
public string Tag { get; set; }
C#
public Window Window { get; set; }