System.ComponentModel.Design.ComponentChangedEventArgs Class

Provides data for the IComponentChangeService.ComponentChanged event. This class cannot be inherited.

See Also: ComponentChangedEventArgs Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public sealed class ComponentChangedEventArgs : EventArgs

Remarks

System.ComponentModel.Design.ComponentChangedEventArgs provides data for a IComponentChangeService.ComponentChanged event. The IComponentChangeService.ComponentChanged event notifies the System.ComponentModel.Design.IComponentChangeService and registered event handlers that a particular component in the currently active document has been changed.

A System.ComponentModel.Design.ComponentChangedEventArgs provides the following information:

Component designers typically raise the IComponentChangeService.ComponentChanged event automatically when components are added, removed, or modified. A IComponentChangeService.ComponentChanged event is not raised during form load and unload because changes at this time are expected. A component designer might raise the IComponentChangeService.ComponentChanged event after it changes a property of the component; this ensures that the Properties window will display the updated property.

Requirements

Namespace: System.ComponentModel.Design
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0