예제 #1
0
 void m_app_DocumentClosed(object sender, Autodesk.Revit.DB.Events.DocumentClosedEventArgs e)
 {
 }
예제 #2
0
 /// <summary>
 /// Handler for Revit's DocumentClosed event.
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void OnApplicationDocumentClosed(object sender, Autodesk.Revit.DB.Events.DocumentClosedEventArgs e)
 {
     HandleApplicationDocumentClosed();
 }