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

Show in webframe

CrosshairWidthChanged Event






Occurs when the value of the CrosshairWidth property changes.
Syntax
public event EventHandler CrosshairWidthChanged
'Declaration
 
Public Event CrosshairWidthChanged As EventHandler
'Usage
 
Dim instance As RasterMagnifyGlass
Dim handler As EventHandler
 
AddHandler instance.CrosshairWidthChanged, handler

            

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

Target Platforms

See Also

Reference

RasterMagnifyGlass Class
RasterMagnifyGlass Members

Error processing SSI file