Exemple #1
0
 void _PowerPointApplication_PresentationSync(Microsoft.Office.Interop.PowerPoint.Presentation Pres, Microsoft.Office.Core.MsoSyncEventType SyncEventType)
 {
     DisplayInWatchWindow(PresentationSync++, System.Reflection.MethodInfo.GetCurrentMethod().Name);
 }
Exemple #2
0
 void _ExcelApplication_WorkbookSync(Microsoft.Office.Interop.Excel.Workbook Wb, Microsoft.Office.Core.MsoSyncEventType SyncEventType)
 {
     DisplayInWatchWindow(WorkbookSync++, System.Reflection.MethodInfo.GetCurrentMethod().Name);
 }
Exemple #3
0
 void _WordApplication_DocumentSync(Microsoft.Office.Interop.Word.Document Doc, Microsoft.Office.Core.MsoSyncEventType SyncEventType)
 {
     DisplayInWatchWindow(countDocumentSync++, System.Reflection.MethodInfo.GetCurrentMethod().Name);
 }