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

BaseControl.OnClientInitWriter Property

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

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

Syntax

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

Property Value

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

Remarks

This event fires just before initialization of ActiveX control or Java applet. It accepts the writer parameter which represents ImageUploaderWriter object. Using this parameter you can modify settings of Image Uploader on the client side before it is instantiated.

See Also

Reference