Exemplo n.º 1
0
 private void OnAutoHiddenGroupStoringPage(object sender, UniqueNameEventArgs e)
 {
     // We only allow a single 'store' page in this docking location at a time
     DockingManager.PropogateAction(DockingPropogateAction.ClearAutoHiddenStoredPages, new string[] { e.UniqueName });
 }