ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailItemEventArgs Class
Members




In This Topic
    ImGearThumbnailItemEventArgs Class
    In This Topic
    Specifies a list of arguments for ImGearThumbnailItemEventHandler delegate.
    Object Model
    ImGearThumbnailItemEventArgs ClassImGearThumbnailItem Class
    Syntax
    'Declaration
     
    Public Class ImGearThumbnailItemEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As ImGearThumbnailItemEventArgs
    public class ImGearThumbnailItemEventArgs : System.EventArgs 
    public __gc class ImGearThumbnailItemEventArgs : public System.EventArgs 
    public ref class ImGearThumbnailItemEventArgs : public System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          ImageGear.Windows.Forms.Thumbnails.ImGearThumbnailItemEventArgs

    See Also