Show / Hide Table of Contents

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 Source

ThumbnailCachingEventArgs(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 Source

Item

Gets the ImageListViewItem that is the target of the event.

Declaration
public ImageListViewItem Item { get; }
Property Value
Type Description
ImageListViewItem
| Improve this Doc View Source

Size

Gets the size of the thumbnail request.

Declaration
public Size Size { get; }
Property Value
Type Description
System.Drawing.Size
Back to top Copyright © 2018 Özgür Özçıtak