Aurigma ActiveX/Java Uploader 8.0.33
ThumbnailClientEvents.PreRender Property
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.