Back to Devexpress

DataSourceEventArgs Class

dashboard-devexpress-dot-dashboardcommon-d1d11d38.md

latest1.5 KB
Original Source

DataSourceEventArgs Class

Serves as the base class for classes that provide data for dashboard events.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DataSourceEventArgs :
    EventArgs
vb
Public Class DataSourceEventArgs
    Inherits EventArgs

Remarks

The DataSourceEventArgs class exposes the DataSourceEventArgs.DataSource property that allows you to determine the data source for which the event was raised.

Inheritance

Object EventArgs DataSourceEventArgs DashboardCustomFilterExpressionEventArgs

DashboardDataLoadingEventArgs

See Also

DataSourceEventArgs Members

DevExpress.DashboardCommon Namespace