Click or drag to resize

ThumbnailLoadEventArgs Class

Provides data for the BeforeThumbnailLoad event in the ThumbnailView control.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Atalasoft.Imaging.WinControlsThumbnailLoadEventArgs

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class ThumbnailLoadEventArgs : EventArgs

The ThumbnailLoadEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodThumbnailLoadEventArgs
Creates a new instance of ThumbnailLoadEventArgs.
Public methodThumbnailLoadEventArgs(AtalaImage, String) Obsolete.
Creates a new instance of ThumbnailLoadEventArgs specifying the image or filename.
Public methodThumbnailLoadEventArgs(AtalaImage, String, Stream)
Creates a new instance of ThumbnailLoadEventArgs specifying the image, filename or stream used to create the thumbnail.
Top
Properties
  NameDescription
Public propertyCancel
Gets or sets a value indicating whether this operation should be canceled.
Public propertyFileName
Gets the filename of the image file that is to be loaded. This value is null (Nothing in VB) if the image was not loaded from a file.
Public propertyImage
Gets or sets the AtalaImage that was passed into the Thumbnail control. This value is null (Nothing in VB) if the image is not loaded from an AtalaImage.
Public propertyStream
Gets or sets the stream used to create the thumbnail. This value is null (Nothing in VB) if the image is not loaded from a stream.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also