Back to Devexpress

ValidateUnderlyingDataColumnsWebEventHandler Delegate

dashboard-devexpress-dot-dashboardweb-eb350d52.md

latest1.4 KB
Original Source

ValidateUnderlyingDataColumnsWebEventHandler Delegate

References a method that handles the ValidateUnderlyingDataColumns events.

Namespace : DevExpress.DashboardWeb

Assembly : DevExpress.Dashboard.v25.2.Web.dll

NuGet Package : DevExpress.Web.Dashboard.Common

Declaration

csharp
public delegate void ValidateUnderlyingDataColumnsWebEventHandler(
    object sender,
    ValidateUnderlyingDataColumnsWebEventArgs e
);
vb
Public Delegate Sub ValidateUnderlyingDataColumnsWebEventHandler(
    sender As Object,
    e As ValidateUnderlyingDataColumnsWebEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | ValidateUnderlyingDataColumnsWebEventArgs |

A ValidateUnderlyingDataColumnsWebEventArgs object that contains event data.

|

See Also

DevExpress.DashboardWeb Namespace