/// <summary> /// Fires the TimerComplete event. /// </summary> private void FireTimerComplete() { TimerComplete?.Invoke(this, new ClipboardTimerCompleteEventArgs(this.currentTimerType)); }
protected virtual void OnTimerComplete(TimerEventArgs e) { TimerComplete?.Invoke(this, e); }