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



Provides data for the RasterImage.Changed event.

Syntax

Visual Basic (Declaration) 
Public Class RasterImageChangedEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As RasterImageChangedEventArgs
C# 
public class RasterImageChangedEventArgs : EventArgs 
C++/CLI 
public ref class RasterImageChangedEventArgs : public EventArgs 

Example

For an example, refer to RasterImage.Changed

Inheritance Hierarchy

System.Object
   System.EventArgs
      Leadtools.RasterImageChangedEventArgs

Requirements

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

See Also