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

ClientEventCollection Class

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

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

Syntax

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

Inheritance Hierarchy

System.Object
L System.Collections.ObjectModel.Collection < ClientEvent >
L Aurigma.ImageUploader.ClientEventCollection

See Also

Reference