Xceed.Wpf.Toolkit.CheckComboBox.OnItemsSourceChanged C# (CSharp) 메소드

OnItemsSourceChanged() 보호된 메소드

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