Represents the method that will handle the System.ComponentModel.Design.IComponentChangeService.ComponentChanged event of the System.ComponentModel.Design.IComponentChangeService class.
- sender
The object sending the event.
- ce
The System.ComponentModel.Design.ComponentChangedEventArgs object that provides data for the event.
The System.Web.UI.Design.ReadWriteControlDesigner class is obsolete. Use the System.Web.UI.Design.ContainerControlDesigner class for equivalent control designer functionality.
The System.ComponentModel.Design.IComponentChangeService.ComponentChanged event occurs after a property has been changed. This method allows implementers to do any processing that may be needed after a property change.