Skip to main content
A newer version of this page is available. .

ResourceDataSourceCreatedEventArgs(Object) Constructor

Initializes a new instance of the ResourceDataSourceCreatedEventArgs class.

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v18.2.dll

Declaration

public ResourceDataSourceCreatedEventArgs(
    object dataSource
)

Parameters

Name Type Description
dataSource Object

A data source object.

See Also