Skip to main content
All docs
V18.2

ASPxClientDynamicLookUpValuesLoadedEventHandler Delegate

References a method that handles the ASPxClientDashboard.DynamicLookUpValuesLoaded event.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public delegate void ASPxClientDynamicLookUpValuesLoadedEventHandler(
    object source,
    ASPxClientDynamicLookUpValuesLoadedEventArgs e
);

Parameters

Name Type Description
source Object

The event source.

e ASPxClientDynamicLookUpValuesLoadedEventArgs

A ASPxClientDynamicLookUpValuesLoadedEventArgs object that contains event data.

See Also