Class
WpfCommandEventArgs

BrowserCommandEventArgs.

Definition

Namespace:ArtOfTest.WebAii.EventsArgs

Assembly:ArtOfTest.WebAii.dll

Syntax:

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

Inheritance: objectEventArgsWpfCommandEventArgs

Inherited Members EventArgs.Empty

Constructors

WpfCommandEventArgs(WpfCommand, string)

Create a new BrowserRequestEventArgs.

Declaration

cs-api-definition
public WpfCommandEventArgs(WpfCommand command, string requestId)

Parameters

command

WpfCommand

The request.

requestId

string

The unique request id.

Properties

Command

Gets the request.

Declaration

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

Property Value

WpfCommand

Id

Gets the unique id of this command.

Declaration

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

Property Value

string