Esempio n. 1
0
 private void DocumentManager_DocumentLockModeChangeVetoed(object sender, DocumentLockModeChangeVetoedEventArgs e)
 {
     if (_customFound)
     {
         Launch();
     }
 }
 private void callback_DocumentLockModeChangeVetoed(object sender, DocumentLockModeChangeVetoedEventArgs e)
 {
     try
     {
         WriteLine(String.Format("DocumentLockModeChangeVetoed - {0}", e.GlobalCommandName));
     }
     catch (System.Exception ex)
     {
         Helper.Message(ex);
     }
 }
Esempio n. 3
0
 private void callback_DocumentLockModeChangeVetoed(object sender, DocumentLockModeChangeVetoedEventArgs e)
 {
     try
     {
         WriteLine(String.Format("DocumentLockModeChangeVetoed - {0}",	e.GlobalCommandName));
     }
     catch (System.Exception ex)
     {
         Helper.Message(ex);
     }
 }