2 using System.Collections.Generic;
6 using System.Windows.Controls;
7 using System.Windows.Data;
8 using System.Windows.Documents;
9 using System.Windows.Input;
10 using System.Windows.Media;
11 using System.Windows.Media.Imaging;
12 using System.Windows.Navigation;
13 using System.Windows.Shapes;
16 namespace SeciControls
25 InitializeComponent();
30 bool? visible = e.NewValue as
bool?;
34 journal.OkayToUpdate =
true;
38 journal.OkayToUpdate =
false;
Interaction logic for JournalViewer.xaml
void UserControl_IsVisibleChanged(object sender, DependencyPropertyChangedEventArgs e)