Exemple #1
0
        public ErrorPanel()
        {
            InitializeComponent();

            DataContextChanged += new System.Windows.DependencyPropertyChangedEventHandler(ErrorPanel_DataContextChanged);
        }
Exemple #2
0
 public static void DetachEnabledHandler(this System.Windows.Controls.MenuItem mi, System.Windows.DependencyPropertyChangedEventHandler eh)
 {
     mi.IsEnabledChanged -= eh;
 }