Exposes properties which configure automatic postback for individual events of the BaseViewer control.
Namespace:
GraphicsMill
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
GraphicsMill.ViewerClientSideOptions = function(); Type.createClass( 'GraphicsMill.ViewerClientSideOptions');
Instances of the ViewerClientSideOptions class are returned by the BaseViewer.clientSideOptions property.
Each property of this class enables or disables automatic postback for appropriate event. However if the BaseViewer.autoPostBack value is true, automatic postback occurs regardless of these properties values.