Inheritance: System.EventArgs
Example #1
0
 protected void OnHistoryChanged(CommandHistoryEventArgs e)
 {
     if (HistoryChanged != null)
     {
         HistoryChanged(this, e);
     }
 }
Example #2
0
 protected void OnHistoryChanged(CommandHistoryEventArgs e)
 {
     if (HistoryChanged != null) {
         HistoryChanged(this, e);
     }
 }