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

Show in webframe

ConvertFromSourceOptionsChanged Event (RasterImageViewer)






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 RasterImageViewer
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 either programmatically or by user interaction.

Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

Error processing SSI file