Leadtools.Windows.Controls Namespace > ImageListItem Class : SourceChanged Event |
public event RoutedPropertyChangedEventHandler<ImageSource> SourceChanged
'Declaration Public Event SourceChanged As RoutedPropertyChangedEventHandler(Of ImageSource)
'Usage Dim instance As ImageListItem Dim handler As RoutedPropertyChangedEventHandler(Of ImageSource) AddHandler instance.SourceChanged, handler
public: event RoutedPropertyChangedEventHandler<ImageSource^>^ SourceChanged
This event is raised if the Source property is changed by either a programmatic modification or user interaction.