コード例 #1
0
ファイル: Abstract.cs プロジェクト: mustang2247/SharpKit-SDK
 public double GetRowIndexFromEvent(qx.eventx.type.Event evt)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public bool DispatchEvent(qx.eventx.type.Event evt)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: CellEvent.cs プロジェクト: mustang2247/SharpKit-SDK
 public qx.eventx.type.Event Clone(qx.eventx.type.Event embryo = null)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public void PostponeEvent(qx.eventx.type.Event eventx)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public void EventListener(qx.eventx.type.Event eventx)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public void EnqueueEvent(qx.eventx.type.Event eventx, bool bAddAtHead)
 {
     throw new NotImplementedException();
 }
コード例 #7
0
 public bool CanDispatchEvent(object target, qx.eventx.type.Event eventx, string type)
 {
     throw new NotImplementedException();
 }
コード例 #8
0
 public static bool DispatchEvent(object target, qx.eventx.type.Event eventx)
 {
     throw new NotImplementedException();
 }