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

ClientEventCollection Class

This class represents a collection of client-side events.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.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.ImageUploaderFlash.ClientEventCollection

See Also

Reference