New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.EventsArgs

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
[DataContract]
public class WpfCommandEventArgs : EventArgs

Inheritance: objectEventArgsWpfCommandEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public WpfCommandEventArgs(WpfCommand command, string requestId)
Parameters:commandWpfCommandrequestIdstring

Properties

Command

WpfCommand

C#
[DataMember]
public WpfCommand Command { get; set; }
C#
[DataMember]
public string Id { get; set; }