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

BaseClientEvent<T> Class

This is a base class for all Image Uploader Flash client-side events.

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

Syntax

Visual Basic
Public Class BaseClientEvent(Of T)
C#
public class BaseClientEvent<T>

Type Parameters

T

Remarks

BaseClientEvent<T> is an abstract class which implements common functionality for Image Uploader Flash client-side events. You cannot instantiate objects of this class directly.

Inheritance Hierarchy

System.Object
L Aurigma.ImageUploaderFlash.BaseClientEvent<T>

See Also

Reference