Class
WindowEventArgs

windowWatcher events arg

Definition

Namespace:ArtOfTest.Common.Win32

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class WindowEventArgs : EventArgs

Inheritance: objectEventArgsWindowEventArgs

Inherited Members EventArgs.Empty

Constructors

WindowEventArgs(Window, string)

Constructor

Declaration

cs-api-definition
public WindowEventArgs(Window window, string tag = null)

Parameters

window

Window

Window

tag

string

Tag

Properties

Tag

Declaration

cs-api-definition
public string Tag { get; set; }

Property Value

string

Window

Get the Window

Declaration

cs-api-definition
public Window Window { get; set; }

Property Value

Window