C# Class Skybound.Gecko.DOMJSONStringEventArgs

These event args will contain the javascript event that was raised along with its JSONString.
Inheritance: System.EventArgs
显示文件 Open project: tophatmonocle/DirtyGecko Class Usage Examples

Public Methods

Method Description
DOMJSONStringEventArgs ( Skybound.Gecko.nsAString JSEventName, Skybound.Gecko.nsAString strJSONString ) : System

Method Details

DOMJSONStringEventArgs() public method

public DOMJSONStringEventArgs ( Skybound.Gecko.nsAString JSEventName, Skybound.Gecko.nsAString strJSONString ) : System
JSEventName Skybound.Gecko.nsAString
strJSONString Skybound.Gecko.nsAString
return System