public event RoutedPropertyChangedEventHandler<Brush> RubberBandFillChanged
public: event RoutedPropertyChangedEventHandler<Brush^>^ RubberBandFillChanged
'Declaration Public Event RubberBandFillChanged As RoutedPropertyChangedEventHandler(Of Brush)
'Usage Dim instance As ImageList Dim handler As RoutedPropertyChangedEventHandler(Of Brush) AddHandler instance.RubberBandFillChanged, handler
This event is raised if the RubberBandFill property is changed by either a programmatic modification or user interaction.
Target Platforms
ImageList Class ImageList Members