FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart.Design Namespace / FlexPieDesigner Class / RaiseComponentChanged Method

In This Topic
    RaiseComponentChanged Method (FlexPieDesigner)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub RaiseComponentChanged( _
       ByVal member As System.ComponentModel.MemberDescriptor, _
       ByVal oldValue As System.Object, _
       ByVal newValue As System.Object _
    ) 
    protected void RaiseComponentChanged( 
       System.ComponentModel.MemberDescriptor member,
       System.object oldValue,
       System.object newValue
    )

    Parameters

    member
    oldValue
    newValue
    See Also