ResourceDataSourceCreatingEventArgs(Type) Constructor
Creates and initializes a new instance of the ResourceDataSourceCreatingEventArgs class.
Namespace: DevExpress.ExpressApp.Scheduler
Assembly: DevExpress.ExpressApp.Scheduler.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Scheduler
Declaration
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