Selector::OnItemsSourceChanged Method (IEnumerable^, IEnumerable^)
.NET Framework (current version)
Called when the source of an item in a selector changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual void OnItemsSourceChanged( IEnumerable^ oldValue, IEnumerable^ newValue ) override
Parameters
- oldValue
-
Type:
System.Collections::IEnumerable^
Old value of the source.
- newValue
-
Type:
System.Collections::IEnumerable^
New value of the source.
.NET Framework
Available since 3.0
Available since 3.0
Show: