The GradientStop has an event for the color updating and the offset updating, and the GradientSliderThumb will use them to update.
However, the GradientStopCollection does not appear to have any event for a stop being added or removed, so the GradientSlider is not subscribed to any event which handles the adding or removing of a stop.
The
GradientStophas an event for the color updating and the offset updating, and theGradientSliderThumbwill use them to update.However, the
GradientStopCollectiondoes not appear to have any event for a stop being added or removed, so theGradientSlideris not subscribed to any event which handles the adding or removing of a stop.