PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridGroupsCollection Class / OnPropertyChanged Method

In This Topic
    OnPropertyChanged Method
    In This Topic
    Syntax
    'Declaration
     
    
    <NullableContextAttribute(2)>
    Protected Sub OnPropertyChanged( _
       Optional ByVal propertyName As String _
    ) 
    [NullableContext(2)]
    protected void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    See Also