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


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

    Parameters

    sender
    e
    See Also