Click or drag to resize

ThumbnailDataBinding Class

This class is used to bind the ThumbnailView to a data source.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.WinControlsThumbnailDataBinding

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 ThumbnailDataBinding : IDisposable

The ThumbnailDataBinding type exposes the following members.

Constructors
  NameDescription
Public methodThumbnailDataBinding
Creates a new instance of ThumbnailDataBinding.
Public methodThumbnailDataBinding(Object, String)
Creates a new instance of ThumbnailDataBinding specifying the data source and image data member.
Public methodThumbnailDataBinding(Object, String, String)
Creates a new instance of ThumbnailDataBinding specifying the data source, filename and frame index data members.
Public methodThumbnailDataBinding(Object, String, String, String)
Creates a new instance of ThumbnailDataBinding specifying the data source, image, caption and tooltip data members.
Public methodThumbnailDataBinding(Object, String, String, String, String)
Creates a new instance of ThumbnailDataBinding specifying the data source, filename, frame index, caption and tooltip data members.
Top
Properties
  NameDescription
Public propertyCaptionDataMember
Gets or sets the data member used for the thumbnail caption.
Public propertyDataSource
Gets or sets the data source used for binding.
Public propertyFileNameDataMember
Gets or sets the data member used for the filename of the image.
Public propertyFrameIndexDataMember
Gets or sets the data member used for the frame index of the image.
Public propertyImageDataMember
Gets or sets the data member for the image data.
Public propertyToolTipDataMember
Gets or sets the data member used for the tooltip.
Top
Methods
  NameDescription
Public methodDispose
Releases the resources used by the ThumbnailDataBinding class.
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.)
Protected methodOnDataMemberChanged
This method is called when a change to the data source has been detected.
Protected methodOnDataSourceChanged
This method is called when the DataSource has been changed.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventDataChanged
Raised when data in the source has changed.
Public eventDataMemberChanged
Raised when a data member property has been changed.
Public eventDataReset
This event is raised when the data source has been reset.
Public eventDataSourceChanged
Raised when the DataSource property has been changed.
Top
Remarks
To bind to a data source, pass an instance of this class to the SetDataBinding(ThumbnailDataBinding) method.
See Also