protected virtual void OnMotion(MotionEventArgs e) { if (EvMotion != null) { EvMotion(this, e); } }
internal void TriggerMotion(MotionEventArgs e) { OnMotion(e); }