ReadWriteControlDesigner::OnComponentChanged Method (Object^, ComponentChangedEventArgs^)
.NET Framework (current version)
Represents the method that will handle the ComponentChanged event of the IComponentChangeService class.
Assembly: System.Design (in System.Design.dll)
public: virtual void OnComponentChanged( Object^ sender, ComponentChangedEventArgs^ ce ) override
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.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show:
