ReadWriteControlDesigner.OnComponentChanged Method (Object, ComponentChangedEventArgs)

 

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

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

override OnComponentChanged : 
        sender:Object *
        ce:ComponentChangedEventArgs -> unit

Parameters

sender
Type: System.Object

The object sending the event.

ce
Type: System.ComponentModel.Design.ComponentChangedEventArgs

The ComponentChangedEventArgs object that provides data for the event.

System_CAPS_noteNote

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.

.NET Framework
Available since 1.1
Return to top
Show: