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

Show in webframe

ConvertFromSourceOptionsChanged Event (RasterImageListItem)






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

            

            
public:
event RoutedPropertyChangedEventHandler<ConvertFromSourceOptions>^ ConvertFromSourceOptionsChanged
Remarks

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

Requirements

Target Platforms

See Also

Reference

RasterImageListItem Class
RasterImageListItem Members

Error processing SSI file