←Select platform

RasterImageChangedEventArgs Class

Summary

Provides data for the Changed event.

Syntax

C#
VB
WinRT C#
C++
public class RasterImageChangedEventArgs : EventArgs 
Public Class RasterImageChangedEventArgs  
   Inherits System.EventArgs 
public sealed class RasterImageChangedEventArgs : System.EventArgs  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly