This documentation is for the old version. Go to the latest Upload Suite docs

ThumbnailClientEventCollection Class

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

This class represents a collection of the Thumbnail client-side events.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Class ThumbnailClientEventCollection _
	Inherits Collection(Of ThumbnailClientEvent)
C#
public class ThumbnailClientEventCollection : Collection<ThumbnailClientEvent>

Inheritance Hierarchy

System.Object
L System.Collections.ObjectModel.Collection < ThumbnailClientEvent >
L Aurigma.ImageUploader.ThumbnailClientEventCollection

See Also

Reference