Skip to main content
All docs
V18.2

ASPxClientDocumentViewer.ToolbarItemValueChanged Event

Occurs when the value of an item within the Document Viewer’s report toolbar is changed.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public event ASPxClientEventHandler ToolbarItemValueChanged

Event Data

The ToolbarItemValueChanged event's data class is DevExpress.Web.Scripts.ASPxClientEventArgs.

See Also