Ejemplo n.º 1
0
 void PART_Presenter_Navigated(object sender, DevExpress.Xpf.WindowsUI.Navigation.NavigationEventArgs e)
 {
     if (oldSource != null)
     {
         oldSource.Owner       = null;
         oldSource.ItemsSource = null;
     }
 }
Ejemplo n.º 2
0
        private void OnDocumentFrameNavigated(object sender, DevExpress.Xpf.WindowsUI.Navigation.NavigationEventArgs e)
        {
            FrameworkElement newContent = (FrameworkElement)e.Content;

            if (newContent != null)
            {
                //RibbonMergingHelper.SetMergeWith(newContent, ribbon);
                // RibbonMergingHelper.SetMergeStatusBarWith(newContent, statusBar);
            }
        }
Ejemplo n.º 3
0
 void FieldsNavigationFrame_Navigated(object sender, DevExpress.Xpf.WindowsUI.Navigation.NavigationEventArgs e)
 {
     InsertFieldRichEditHelper.CurrentParametersDialog = FieldsNavigationFrame.Content as IFieldParametersDialog;
 }