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