Represents the method that will handle the System.ComponentModel.Design.IComponentChangeService.ComponentChanging event for the associated control.
- sender
- The object that is the source of the event.
- ce
- A System.ComponentModel.Design.ComponentChangedEventArgs object that contains the event data.
When either the erload:System.Web.UI.Design.ControlDesigner.InvokeTransactedChange or ControlDesigner.Localize(IDesignTimeResourceWriter) method is called, the System.ComponentModel.Design.IComponentChangeService.ComponentChanging event occurs before any changes are made to the associated control. After the changes are complete, the ControlDesigner.OnComponentChanged(object, System.ComponentModel.Design.ComponentChangedEventArgs) method occurs.