C# Class Skybound.Gecko.DOMJSONStringEventArgs

These event args will contain the javascript event that was raised along with its JSONString.
Inheritance: System.EventArgs
Afficher le fichier Open project: tophatmonocle/DirtyGecko Class Usage Examples

Méthodes publiques

Méthode Description
DOMJSONStringEventArgs ( Skybound.Gecko.nsAString JSEventName, Skybound.Gecko.nsAString strJSONString ) : System

Method Details

DOMJSONStringEventArgs() public méthode

public DOMJSONStringEventArgs ( Skybound.Gecko.nsAString JSEventName, Skybound.Gecko.nsAString strJSONString ) : System
JSEventName Skybound.Gecko.nsAString
strJSONString Skybound.Gecko.nsAString
Résultat System