protected void OnHistoryChanged(CommandHistoryEventArgs e) { if (HistoryChanged != null) { HistoryChanged(this, e); } }