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 + System.Collections.ObjectModel..::..Collection < (Of < ( ThumbnailClientEvent > ) > ) + Aurigma.ImageUploader..::..ThumbnailClientEventCollection