Skip to main content
A newer version of this page is available.
All docs
V17.2

ASPxClientReportDesignerCustomizeParameterLookUpSourceEventHandler Delegate

A method that will handle the ASPxClientReportDesigner.CustomizeParameterLookUpSource event.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public delegate void ASPxClientReportDesignerCustomizeParameterLookUpSourceEventHandler(
    object source,
    ASPxClientCustomizeParameterLookUpSourceEventArgs e
);

Parameters

Name Type Description
source Object

The event sender.

e ASPxClientCustomizeParameterLookUpSourceEventArgs

An ASPxClientCustomizeParameterLookUpSourceEventArgs object that contains data related to the event.

Remarks

ASPxClientReportDesignerCustomizeParameterLookUpSourceEventHandler objects with proper settings are automatically created and passed to the corresponding event handlers.

See Also