Gets/sets values which configure automatic postback for individual events.
Namespace:
Aurigma.GraphicsMill.AjaxControls
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
<BrowsableAttribute(True)> _ Public ReadOnly Property ClientSideOptions As ViewerClientSideOptions
[BrowsableAttribute(true)] public ViewerClientSideOptions ClientSideOptions { get; }
Automatic postback can be enabled for all events with the AutoPostBack property. However if you want to disable automatic postback for certain events (e.g. Zoomed) and enable it for the other ones (e.g. WorkspaceClick), you can use this property. It exposes a boolean property for each event.
This property makes sense only if AutoPostBack is false. If it is true, postback occurs regardless of the values of the properties of the ViewerClientSideOptions object.