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

ImageUploader.OnClientInitComplete Property

Specifies a list of listeners of the InitComplete client-side event.

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

Syntax

Visual Basic
Public Property OnClientInitComplete As ClientEventList
C#
public ClientEventList OnClientInitComplete { get; set; }

Property Value

A ClientEventList value that specifies a list of InitComplete event listeners.

Remarks

This event fires when Image Uploader is completely created and initialized.

See Also

Reference