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

Show in webframe

CenterZoomAtPointScaleFactorChanged Event






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

            

            
[DescriptionAttribute("Event raised when the value of the CenterZoomAtPointScaleFactor property is changed.")]
[CategoryAttribute("Property Changed")]
public:
event EventHandler^ CenterZoomAtPointScaleFactorChanged
Remarks
This event is raised if the CenterZoomAtPointScaleFactor 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