Inheritance: System.EventArgs
Example #1
0
 private void Channel_Error(object sender, ErrorEventArgs e)
 {
     OnError(e);
 }
Example #2
0
 protected virtual void OnError(ErrorEventArgs e)
 {
     Error?.Invoke(this, e);
 }
Example #3
0
 protected virtual void OnError(ErrorEventArgs e)
 {
     Error?.Invoke(this, e);
 }
Example #4
0
 private void Channel_Error(object sender, ErrorEventArgs e)
 {
     OnError(e);
 }