ComponentDesigner::RaiseComponentChanged Method (MemberDescriptor^, Object^, Object^)
.NET Framework (current version)
Notifies the IComponentChangeService that this component has been changed.
Assembly: System.Design (in System.Design.dll)
protected: void RaiseComponentChanged( MemberDescriptor^ member, Object^ oldValue, Object^ newValue )
Parameters
- member
-
Type:
System.ComponentModel::MemberDescriptor^
A MemberDescriptor that indicates the member that has been changed.
- oldValue
-
Type:
System::Object^
The old value of the member.
- newValue
-
Type:
System::Object^
The new value of the member.
Call this method only when you affect component properties directly and not through the accessors provided by MemberDescriptor.
.NET Framework
Available since 1.1
Available since 1.1
Show: