TabControl for WPF | ComponentOne
C1.WPF.TabControl Namespace / C1TabControl Class / OnPropertyChanged Method / OnPropertyChanged(String) Method
The name of the property.

In This Topic
    OnPropertyChanged(String) Method
    In This Topic
    Called when a property changes.
    Syntax
    'Declaration
     
    
    Protected Overloads Sub OnPropertyChanged( _
       Optional ByVal propertyName As String _
    ) 
    protected void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    The name of the property.
    See Also