ClientEvents.PreRender Property ActiveX/Java Uploader PHP

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an array of PreRender event handlers.

Syntax

PHP
public function &getPreRender() {
}

public function setPreRender($value) {
}

Property Value

Type: array

The string containing the name of PreRender event handler or an array of handler names.

Remarks

This event fires before the writeHtml() or getHtml() method is executed.

See Also

Reference