コード例 #1
0
ファイル: Event.cs プロジェクト: hultqvist/SharpKit-SDK
		public static void StopPropagation(Event e) { throw new NotImplementedException(); }
コード例 #2
0
ファイル: Event.cs プロジェクト: hultqvist/SharpKit-SDK
		public static object GetTarget(Event e) { throw new NotImplementedException(); }
コード例 #3
0
ファイル: Event.cs プロジェクト: hultqvist/SharpKit-SDK
		public static void PreventDefault(Event e) { throw new NotImplementedException(); }
コード例 #4
0
ファイル: Event.cs プロジェクト: hultqvist/SharpKit-SDK
		public static qx.html.Element GetRelatedTarget(Event e) { throw new NotImplementedException(); }