Skip to main content
All docs
V18.2

ASPxClientDashboardInitializedEventHandler Delegate

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public delegate void ASPxClientDashboardInitializedEventHandler(
    object source,
    ASPxClientDashboardInitializedEventArgs e
);

Parameters

Name Type
source Object
e ASPxClientDashboardInitializedEventArgs
See Also