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

ResourceDataSourceCreatingEventArgs(Type) Constructor

Creates and initializes a new instance of the ResourceDataSourceCreatingEventArgs class.

Namespace: DevExpress.ExpressApp.Scheduler

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

Declaration

public ResourceDataSourceCreatingEventArgs(
    Type resourceType
)

Parameters

Name Type Description
resourceType Type

Specifies the type of the Resource objects used by the scheduler control. This argument’s value is assigned to the ResourceDataSourceCreatingEventArgs.ResourceType property.

Remarks

Since the SchedulerListEditorBase.ResourceDataSourceCreating event is automatically raised by a SchedulerListEditorBase class descendant, you do not need to instantiate the ResourceDataSourceCreatingEventArgs class.

See Also