Base:
method
OnPropertyChanged
System.Web.UI.Design.MobileControls.ListComponentEditorPage.OnPropertyChanged(System.Object, System.EventArgs)
2 references to OnPropertyChanged
System.Web.Mobile (2)
UI\MobileControls\Design\ListItemsPage.cs (2)
122
_txtValue.TextChanged += new EventHandler(this.
OnPropertyChanged
);
143
_ckbSelected.CheckedChanged += new EventHandler(this.
OnPropertyChanged
);