Inheritance: System.EventArgs
Example #1
0
 private void ProtocolView_OnProtocolAddEvent(object sender, Protocols.ProtocolAddEvent e)
 {
     protocolView.LoadProtocolName(e.value + ": " + indexTest++);
 }