void DrawComplete() { UnsubscribeFromMapEvents(); _drawState = DrawState.None; DrawFinished?.Invoke(this, null); }
protected virtual void OnDrawFinished() { DrawFinished?.Invoke(this, EventArgs.Empty); }