System.Web.UI.Design.ReadWriteControlDesigner.OnComponentChanged Method

Represents the method that will handle the System.ComponentModel.Design.IComponentChangeService.ComponentChanged event of the System.ComponentModel.Design.IComponentChangeService class.

Syntax

public override void OnComponentChanged (object sender, System.ComponentModel.Design.ComponentChangedEventArgs ce)

Parameters

sender
The object sending the event.
ce
The System.ComponentModel.Design.ComponentChangedEventArgs object that provides data for the event.

Remarks

Note:

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.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0