Esempio n. 1
0
 void m_app_DocumentPrinting(object sender, Autodesk.Revit.DB.Events.DocumentPrintingEventArgs e)
 {
     DisplayEvent("Document printing");
 }
Esempio n. 2
0
 public void Application_DocumentPrinting(object sender, Autodesk.Revit.DB.Events.DocumentPrintingEventArgs e)
 {
     ExecuteEventHooks(EventType.Application_DocumentPrinting, sender, e);
 }