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

ClientEventList Constructor (String[])

Initializes a new instance of the ClientEventList class and copies the elements of listeners array to the end of the ClientEventList.

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

Syntax

Visual Basic
Public Sub New ( _
	listeners As String() _
)
C#
public ClientEventList(
	string[] listeners
)

Parameters

listeners

Type: System..String[]

An array of listeners to add to the end of the ClientEventList.

See Also

Reference