Class ThumbnailCachingEventArgs
Represents the event arguments for the thumbnail caching event.
Inheritance
System.Object
System.EventArgs
ThumbnailCachingEventArgs
Inherited Members
System.EventArgs.Empty
Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
[Serializable]
[ComVisible(true)]
public class ThumbnailCachingEventArgs : EventArgs
Constructors
| Improve this Doc View SourceThumbnailCachingEventArgs(ImageListViewItem, Size)
Initializes a new instance of the ThumbnailCachingEventArgs class.
Declaration
public ThumbnailCachingEventArgs(ImageListViewItem item, Size size)
Parameters
Type | Name | Description |
---|---|---|
ImageListViewItem | item | The item that is the target of this event. |
System.Drawing.Size | size | The size of the thumbnail request. |
Properties
| Improve this Doc View SourceItem
Gets the ImageListViewItem that is the target of the event.
Declaration
public ImageListViewItem Item { get; }
Property Value
Type | Description |
---|---|
ImageListViewItem |
Size
Gets the size of the thumbnail request.
Declaration
public Size Size { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Size |