Xceed.Wpf.Toolkit.CheckComboBox.OnDisplayMemberPathChanged C# (CSharp) Method

OnDisplayMemberPathChanged() protected method

protected OnDisplayMemberPathChanged ( string oldDisplayMemberPath, string newDisplayMemberPath ) : void
oldDisplayMemberPath string
newDisplayMemberPath string
return void
    protected override void OnDisplayMemberPathChanged( string oldDisplayMemberPath, string newDisplayMemberPath )
    {
      base.OnDisplayMemberPathChanged( oldDisplayMemberPath, newDisplayMemberPath );
      this.UpdateDisplayMemberPathValuesBindings();
    }