public void PropertyChanged_(object sender, global::System.ComponentModel.PropertyChangedEventArgs e) { Editor_obj1_Bindings bindings = TryGetBindingObject(); if (bindings != null) { string propName = e.PropertyName; global::Sistema_Gestor_de_Tutorias.Editor obj = sender as global::Sistema_Gestor_de_Tutorias.Editor; if (global::System.String.IsNullOrEmpty(propName)) { if (obj != null) { bindings.Update_Source(obj.Source, DATA_CHANGED); } } else { switch (propName) { case "Source": { if (obj != null) { bindings.Update_Source(obj.Source, DATA_CHANGED); } break; } default: break; } } } }