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

BaseClientEvent<T> Class

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.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 client-side events. You cannot instantiate objects of this class directly.

Inheritance Hierarchy

See Also

Reference