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

OnItemsSourceChanged() protected method

protected OnItemsSourceChanged ( System oldValue, System newValue ) : void
oldValue System
newValue System
return void
    protected override void OnItemsSourceChanged( System.Collections.IEnumerable oldValue, System.Collections.IEnumerable newValue )
    {
      base.OnItemsSourceChanged( oldValue, newValue );
      this.UpdateDisplayMemberPathValuesBindings();
    }