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

Show in webframe

BorderWidthChanged Event






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

            

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