Beispiel #1
0
 void configurationUIHierarchyRemoved(object sender, HierarchyRemovedEventArgs e)
 {
     if (!loading)
     {
         if (configurationEditor != null && configurationEditor.MainHierarchy.Id == e.UIHierarchy.Id)
         {
             DoDocumentClosed();
         }
     }
 }
 private void OnHierarchyRemoved(object sender, HierarchyRemovedEventArgs args)
 {
     removedEventCount++;
     eventHierarchy = args.UIHierarchy;
 }
 private void OnHierarchyRemoved(object sender, HierarchyRemovedEventArgs args)
 {
     removedEventCount++;
     eventHierarchy = args.UIHierarchy;
 }