ClassWpfCommandEventArgs
Class
BrowserCommandEventArgs.
Definition
Namespace:ArtOfTest.WebAii.EventsArgs
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class WpfCommandEventArgs : EventArgs
Inheritance: objectEventArgsWpfCommandEventArgs
Inherited Members
Constructors
WpfCommandEventArgs(WpfCommand, string)
Create a new BrowserRequestEventArgs.
Declaration
cs-api-definition
public WpfCommandEventArgs(WpfCommand command, string requestId)
Parameters
command
WpfCommand
The request.
requestId
The unique request id.