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