public double GetRowIndexFromEvent(qx.eventx.type.Event evt) { throw new NotImplementedException(); }
public bool DispatchEvent(qx.eventx.type.Event evt) { throw new NotImplementedException(); }
public qx.eventx.type.Event Clone(qx.eventx.type.Event embryo = null) { throw new NotImplementedException(); }
public void PostponeEvent(qx.eventx.type.Event eventx) { throw new NotImplementedException(); }
public void EventListener(qx.eventx.type.Event eventx) { throw new NotImplementedException(); }
public void EnqueueEvent(qx.eventx.type.Event eventx, bool bAddAtHead) { throw new NotImplementedException(); }
public bool CanDispatchEvent(object target, qx.eventx.type.Event eventx, string type) { throw new NotImplementedException(); }
public static bool DispatchEvent(object target, qx.eventx.type.Event eventx) { throw new NotImplementedException(); }