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

BaseControl.OnClientFullPageLoad Property

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

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

Syntax

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

Property Value

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

Remarks

This event fires after Image Uploader is completely initialized and all other page elements are loaded. It is recommended to use this event instead of the window.onload, because it guarantees that ActiveX control or Java applet is completely created and initialized.

See Also

Reference