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

Show in webframe

AnimateRegionChanged Event






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

            

            
public:
event EventHandler^ AnimateRegionChanged
Remarks
This event is raised if the AnimateRegion 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