Provides data for the System.ComponentModel.Design.ComponentChangedEvent.ComponentChangedEvent event.
Object
EventArgs
ComponentChangedEventArgs
[Visual Basic] NotInheritable Public Class ComponentChangedEventArgs Inherits EventArgs [C#] public sealed class ComponentChangedEventArgs : EventArgs [C++] public __gc __sealed class ComponentChangedEventArgs : public EventArgs [JScript] public class ComponentChangedEventArgs extends EventArgs
The System.ComponentModel.Design.ComponentChangedEventArgs.ComponentChangedEvent notifies the component change service that a particular component in the document has been, or is to be changed.
The framework typically calls the System.ComponentModel.Design.ComponentChangedEventArgs.ComponentChangedEvent for you. In general, you don't need to explicitly call it. A component's customizer might call the System.ComponentModel.Design.ComponentChangedEventArgs.ComponentChangedEvent event of this class when it changes a property of the component; this ensures a property browser will display the updated property. A System.ComponentModel.Design.ComponentChangedEventArgs.ComponentChangedEvent will not be raised during form load and unload, because changes at this time are expected.
An error occurs if this class is specified as the base class of another class.
Namespace: System.ComponentModel.Design
Assembly: System.dll
ComponentChangedEventArgs Members | System.ComponentModel.Design Namespace | ComponentChangingEventHandler