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

Show in webframe

InteractiveModeChanged Event






Occurs when the value of the InteractiveMode property changes.
Syntax
public event EventHandler InteractiveModeChanged
'Declaration
 
Public Event InteractiveModeChanged As EventHandler
'Usage
 
Dim instance As RasterImageViewer
Dim handler As EventHandler
 
AddHandler instance.InteractiveModeChanged, handler

            

            
public:
event EventHandler^ InteractiveModeChanged
Remarks
This event is raised if the InteractiveMode property is changed by either a programmatic modification or user interaction.
Example
Refer to InteractiveMode.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

Error processing SSI file