Class
BrowserCommandEventArgs

BrowserCommandEventArgs.

Definition

Namespace:ArtOfTest.WebAii.EventsArgs

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract]
public class BrowserCommandEventArgs : EventArgs

Inheritance: objectEventArgsBrowserCommandEventArgs

Inherited Members EventArgs.Empty

Constructors

BrowserCommandEventArgs(BrowserCommand, string)

Create a new BrowserRequestEventArgs.

Declaration

cs-api-definition
public BrowserCommandEventArgs(BrowserCommand command, string requestId)

Parameters

command

BrowserCommand

The request.

requestId

string

The unique request id.

Properties

Command

Gets the request.

Declaration

cs-api-definition
[DataMember]
public BrowserCommand Command { get; set; }

Property Value

BrowserCommand

Id

Gets the unique id of this command.

Declaration

cs-api-definition
[DataMember]
public string Id { get; set; }

Property Value

string