private void HandleCommandInvalidated(object sender, CommandSubscriberEventArgs e)
 {
     Invalidate(e.CommandKey);
 }
Beispiel #2
0
 private void HandleCommandInvalidated(object sender, CommandSubscriberEventArgs e)
 {
     Invalidate(e.CommandKey);
 }
Beispiel #3
0
 private void HandleCommandInvalidated(object sender, CommandSubscriberEventArgs e)
 {
     _editor.Presentation.DocumentTools.RefreshDocumentTools();
 }