Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RasterImageChangedEventArgs Class








Members 
Provides data for the Changed event.
Object Model
Syntax
public class RasterImageChangedEventArgs : System.EventArgs 
'Declaration
 
Public Class RasterImageChangedEventArgs 
   Inherits System.EventArgs
'Usage
 
Dim instance As RasterImageChangedEventArgs
public sealed class RasterImageChangedEventArgs : ~Remove~ 
function Leadtools.RasterImageChangedEventArgs()
public ref class RasterImageChangedEventArgs : public System.EventArgs 
Remarks
Whenever the properties or data of a RasterImage is changed programatically, the RasterImage.Changed event will fire with an instance of the RasterImageChangedEventArgs class. This instance contains the Flags property that holds information on what has changed in the image.
Example
For an example, refer to RasterImage.Changed.
Requirements

Target Platforms

See Also

Reference

RasterImageChangedEventArgs Members
Leadtools Namespace

Error processing SSI file