ThumbnailDataBinding Class |
Namespace: Atalasoft.Imaging.WinControls
The ThumbnailDataBinding type exposes the following members.
Name | Description | |
---|---|---|
![]() | ThumbnailDataBinding() | Creates a new instance of ThumbnailDataBinding. |
![]() | ThumbnailDataBinding(Object, String) | Creates a new instance of ThumbnailDataBinding specifying the data source and image data
member. |
![]() | ThumbnailDataBinding(Object, String, String) | Creates a new instance of ThumbnailDataBinding specifying the data source, filename and
frame index data members. |
![]() | ThumbnailDataBinding(Object, String, String, String) | Creates a new instance of ThumbnailDataBinding specifying the data source, image, caption
and tooltip data members. |
![]() | ThumbnailDataBinding(Object, String, String, String, String) | Creates a new instance of ThumbnailDataBinding specifying the data source, filename,
frame index, caption and tooltip data members. |
Name | Description | |
---|---|---|
![]() | CaptionDataMember | Gets or sets the data member used for the thumbnail caption. |
![]() | DataSource | Gets or sets the data source used for binding. |
![]() | FileNameDataMember | Gets or sets the data member used for the filename of the image. |
![]() | FrameIndexDataMember | Gets or sets the data member used for the frame index of the image. |
![]() | ImageDataMember | Gets or sets the data member for the image data. |
![]() | ToolTipDataMember | Gets or sets the data member used for the tooltip. |
Name | Description | |
---|---|---|
![]() | Dispose | Releases the resources used by the ThumbnailDataBinding class. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnDataMemberChanged | This method is called when a change to the data source has been detected. |
![]() | OnDataSourceChanged | This method is called when the DataSource has been changed. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | DataChanged | Raised when data in the source has changed. |
![]() | DataMemberChanged | Raised when a data member property has been changed. |
![]() | DataReset | This event is raised when the data source has been reset. |
![]() | DataSourceChanged | Raised when the DataSource property has been changed. |