C# 클래스 Skybound.Gecko.DOMJSONStringEventArgs

These event args will contain the javascript event that was raised along with its JSONString.
상속: System.EventArgs
파일 보기 프로젝트 열기: tophatmonocle/DirtyGecko 1 사용 예제들

공개 메소드들

메소드 설명
DOMJSONStringEventArgs ( Skybound.Gecko.nsAString JSEventName, Skybound.Gecko.nsAString strJSONString ) : System

메소드 상세

DOMJSONStringEventArgs() 공개 메소드

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