InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / DefinitionBase Class / OnPropertyChanged Method

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

    Parameters

    propertyName
    See Also