Skip to main content
All docs
V18.2

ASPxClientDashboard.DynamicLookUpValuesLoaded Event

Occurs after parameter values provided using a Dynamic List are loaded.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public event ASPxClientDynamicLookUpValuesLoadedEventHandler DynamicLookUpValuesLoaded

Event Data

The DynamicLookUpValuesLoaded event's data class is ASPxClientDynamicLookUpValuesLoadedEventArgs. The following properties provide information specific to this event:

Property Description
ParameterName Gets the dashboard parameter name whose values have been loaded.
See Also