Aurigma Image Uploader Flash 7.2.9
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
<
(Of
<
(
ClientEvent
>
)
>
)
L
Aurigma.ImageUploaderFlash..::.ClientEventCollection