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

Show in webframe

BitmapScalingModeChanged Event (ImageList)






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

            

            
public:
event RoutedPropertyChangedEventHandler<Size>^ BitmapScalingModeChanged
Remarks

This event is raised if the BitmapScalingMode 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