Base:
method
OnPropertyChanged
System.Web.UI.Design.MobileControls.ListComponentEditorPage.OnPropertyChanged(System.Object, System.EventArgs)
5 references to OnPropertyChanged
System.Web.Mobile (5)
UI\MobileControls\Design\ObjectListFieldsPage.cs (5)
109_cmbDataField.TextChanged += new EventHandler(this.OnPropertyChanged); 110_cmbDataField.SelectedIndexChanged += new EventHandler(this.OnPropertyChanged); 122_txtDataFormatString.TextChanged += new EventHandler(this.OnPropertyChanged); 134_txtTitle.TextChanged += new EventHandler(this.OnPropertyChanged); 141_ckbVisible.CheckedChanged += new EventHandler(this.OnPropertyChanged);