Error processing SSI file
LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Show in webframe

SourceChanged Event (ImageListItem)






Occurs when the value of the Source property changes.
Syntax
'Declaration
 
Public Event SourceChanged As RoutedPropertyChangedEventHandler(Of ImageSource)
'Usage
 
Dim instance As ImageListItem
Dim handler As RoutedPropertyChangedEventHandler(Of ImageSource)
 
AddHandler instance.SourceChanged, handler

            

            
Remarks

This event is raised if the Source property is changed by either a programmatic modification or user interaction.

Requirements

Target Platforms

See Also

Reference

ImageListItem Class
ImageListItem Members

Error processing SSI file