Beispiel #1
0
        virtual protected void OnCancelled()
        {
            Cancel();

            if (_UpdateNotifier != null)
            {
                _UpdateNotifier.OnCancelled(EventArgs.Empty);
            }

            if (Cancelled != null)
            {
                Cancelled(this, EventArgs.Empty);
            }
        }