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



Gets the flags for the RasterImage.Changed event.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Flags As RasterImageChangedFlags
Visual Basic (Usage)Copy Code
Dim instance As RasterImageChangedEventArgs
Dim value As RasterImageChangedFlags
 
value = instance.Flags
C# 
public RasterImageChangedFlags Flags {get;}
C++/CLI 
public:
property RasterImageChangedFlags Flags {
   RasterImageChangedFlags get();
}

Return Value

An RasterImageChangedFlags flags that determine what has changed in the source RasterImage.

Example

For an example, refer to RasterImage.Changed.

Requirements

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

See Also