TemplatedControlDesigner.OnComponentChanged Method (Object, ComponentChangedEventArgs)
.NET Framework (current version)
Delegate to handle the component changed event.
Assembly: System.Design (in System.Design.dll)
Public Overrides Sub OnComponentChanged ( sender As Object, ce As ComponentChangedEventArgs )
Parameters
- sender
-
Type:
System.Object
The object sending the event.
- ce
-
Type:
System.ComponentModel.Design.ComponentChangedEventArgs
A ComponentChangedEventArgs that provides data for the event.
This method is called after a property has been changed. It allows the implementer to perform any post-processing that may be needed after a property change.
.NET Framework
Available since 1.1
Available since 1.1
Show: