Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

AutoInteractiveMagnifyGlassChanged Event






Occurs when the value of the AutoInteractiveMagnifyGlass property changes.
Syntax
[CategoryAttribute("Property Changed")]
[DescriptionAttribute("Event raised when the value of the AutoInteractiveMagnifyGlass property is changed.")]
public event EventHandler AutoInteractiveMagnifyGlassChanged
'Declaration
 
<CategoryAttribute("Property Changed")>
<DescriptionAttribute("Event raised when the value of the AutoInteractiveMagnifyGlass property is changed.")>
Public Event AutoInteractiveMagnifyGlassChanged As EventHandler
'Usage
 
Dim instance As RasterImageViewer
Dim handler As EventHandler
 
AddHandler instance.AutoInteractiveMagnifyGlassChanged, handler

            

            
[CategoryAttribute("Property Changed")]
[DescriptionAttribute("Event raised when the value of the AutoInteractiveMagnifyGlass property is changed.")]
public:
event EventHandler^ AutoInteractiveMagnifyGlassChanged
Remarks
This event is raised if the AutoInteractiveMagnifyGlass property is changed by either a programmatic modification or user interaction.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

Error processing SSI file