How to Override PropertyChangedCallback
of a predefined Dependency Property ItemsSource
in a WPF ItemsControl
.
I developed a WPF Custom Control inherited from ItemsControl
. In that I used the predefined Dependency Property ItemsSource
. In that I need to monitor and check data once the Collection
gets updated.
I searched a lot in google, but I can't able to find any related solution to fulfill my requirement.
Kindly assist me, whats the method name to Override ?...
Call
OverrideMetadata
in a static constructor of your derived ItemsSource class: