Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / OnPropertyChanged Method
Object that raised the event
Event arguments


In This Topic
    OnPropertyChanged Method (ChartShape)
    In This Topic
    Raises the FarPoint.Win.ElementWindowless.PropertyChanged event when the property on an element has changed.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnPropertyChanged( _
       ByVal sender As Object, _
       ByVal e As PropertyChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As ChartShape
    Dim sender As Object
    Dim e As PropertyChangedEventArgs
     
    instance.OnPropertyChanged(sender, e)
    protected override void OnPropertyChanged( 
       object sender,
       PropertyChangedEventArgs e
    )

    Parameters

    sender
    Object that raised the event
    e
    Event arguments
    See Also