[]
        
(Showing Draft Content)

C1.Win.Design.C1ControlDesigner.RaiseComponentChanged

RaiseComponentChanged Method

RaiseComponentChanged(object, MemberDescriptor)

Notifies the System.ComponentModel.Design.IComponentChangeService that the specified component has been changed. You only need to call this when you are affecting component properties directly and not through the MemberDescriptor's accessors.

Declaration
protected void RaiseComponentChanged(object component, MemberDescriptor member)
Protected Sub RaiseComponentChanged(component As Object, member As MemberDescriptor)
Parameters
Type Name Description
object component
MemberDescriptor member