InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / C1Icon Class / OnPropertyChanged Method
The property name.

In This Topic
    OnPropertyChanged Method (C1Icon)
    In This Topic
    Fires the PropertyChanged event.
    Syntax
    'Declaration
     
    Protected Sub OnPropertyChanged( _
       ByVal propertyName As String _
    ) 
    protected void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    The property name.
    See Also