Example #1
0
 public void InvokeNotifyRequested(NotifyEventArgs e) => this.NotifyRequested?.Invoke(this, e);
Example #2
0
		private void HandleNotifyRequested(object sender, NotifyEventArgs e)
		{
			this.Notify(e);
		}