Aurigma Image Uploader 7.0.37
ClientEventCollection Class
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
<
(Of
<
(
ClientEvent
>
)
>
)
L
Aurigma.ImageUploader..::.ClientEventCollection