Beispiel #1
0
 protected virtual void ActiveItemChanged(object sender, EventArgs e)
 {
     // Try to validate in order to not loose any alteration
     ReflexilWindow.ValidateChildren(ValidationConstraints.Enabled);
     ActiveHandler = ReflexilWindow.HandleItem(ActiveItem);
 }