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

Show in webframe

FrameColorChanged Event






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

            

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