[]
        
(Showing Draft Content)

C1.Win.Design.C1ControlDesigner.RaiseComponentChanging

RaiseComponentChanging Method

RaiseComponentChanging(object, MemberDescriptor)

Notifies the IComponentChangeService that a component is about to be changed. You only need to call this when you are affecting component properties directly and not through the MemberDescriptor's accessors.

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