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