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