Notifies the IComponentChangeService that this component has been changed. You only need to call this when you are affecting component properties directly and not through the MemberDescriptor's accessors.
[Visual Basic] Protected Sub RaiseComponentChanged( _ ByVal member As MemberDescriptor, _ ByVal oldValue As Object, _ ByVal newValue As Object _ ) [C#] protected void RaiseComponentChanged( MemberDescriptor member, object oldValue, object newValue ); [C++] protected: void RaiseComponentChanged( MemberDescriptor* member, Object* oldValue, Object* newValue ); [JScript] protected function RaiseComponentChanged( member : MemberDescriptor, oldValue : Object, newValue : Object );
ComponentDesigner Class | ComponentDesigner Members | System.ComponentModel.Design Namespace