ReadWriteControlDesigner.OnComponentChanged Method

Definition

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

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

Parameters

sender
Object

The object sending the event.

ce
ComponentChangedEventArgs

The ComponentChangedEventArgs object that provides data for the event.

Remarks

Note

The ReadWriteControlDesigner class is obsolete. Use the ContainerControlDesigner class for equivalent control designer functionality.

The 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.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also