ComponentOne BarCode for WinForms
C1.Win.Barcode.4.5.2 Assembly / C1.BarCode Namespace / ComplexProperty Class / OnPropertyChanged Method
Name of property

In This Topic
    OnPropertyChanged Method
    In This Topic
    Calls events chain
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPropertyChanged( _
       ByVal propertyName As System.String _
    ) 
    protected virtual void OnPropertyChanged( 
       System.string propertyName
    )

    Parameters

    propertyName
    Name of property
    See Also