Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Changed Event
See Also 
Leadtools Namespace > RasterImage Class : Changed Event



Occurs when the image has changed.

Syntax

Visual Basic (Declaration) 
Public Event Changed() As RasterImageChangedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim handler As RasterImageChangedEventHandler
 
AddHandler instance.Changed, handler
C# 
public event RasterImageChangedEventHandler Changed()
C++/CLI 
public:
event RasterImageChangedEventHandler^ Changed();

Event Data

The event handler receives an argument of type RasterImageChangedEventArgs containing data related to this event. The following RasterImageChangedEventArgs properties provide information specific to this event.

PropertyDescription
Flags Gets the flags for the RasterImage.Changed event.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also