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

Show in webframe

WriteBindingData Event






Occurs before writing BindingData to a data binding object.
Syntax
public event EventHandler WriteBindingData
'Declaration
 
Public Event WriteBindingData As EventHandler
'Usage
 
Dim instance As RasterImageViewer
Dim handler As EventHandler
 
AddHandler instance.WriteBindingData, handler

            

            
public:
event EventHandler^ WriteBindingData
Remarks

This event is raised if the BindingData is acquired by data binding process to write the data to a data binding object.

Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

Error processing SSI file