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

Show in webframe

ItemForegroundChanged Event






Occurs when the value of the ItemForeground property changes.
Syntax
public event RoutedPropertyChangedEventHandler<Brush> ItemForegroundChanged
'Declaration
 
Public Event ItemForegroundChanged As RoutedPropertyChangedEventHandler(Of Brush)
'Usage
 
Dim instance As ImageList
Dim handler As RoutedPropertyChangedEventHandler(Of Brush)
 
AddHandler instance.ItemForegroundChanged, handler

            

            
public:
event RoutedPropertyChangedEventHandler<Brush^>^ ItemForegroundChanged
Remarks

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

Requirements

Target Platforms

See Also

Reference

ImageList Class
ImageList Members

Error processing SSI file