Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSShape Class / OnPropertyChanged Method


In This Topic
    OnPropertyChanged Method (PSShape)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnPropertyChanged( _
       ByVal sender As Object, _
       ByVal e As PropertyChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As PSShape
    Dim sender As Object
    Dim e As PropertyChangedEventArgs
     
    instance.OnPropertyChanged(sender, e)
    protected override void OnPropertyChanged( 
       object sender,
       PropertyChangedEventArgs e
    )

    Parameters

    sender
    e
    See Also