Skip to main content
.NET 6.0+

ResourceDataSourceCreatedEventArgs Class

Represents arguments passed to the SchedulerListEditorBase.ResourceDataSourceCreated event.

Namespace: DevExpress.ExpressApp.Scheduler

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

Declaration

public class ResourceDataSourceCreatedEventArgs :
    EventArgs

Remarks

The ResourceDataSourceCreated event is raised in the protected SchedulerListEditorBase.CreateResourcesDataSource method. You can use the ResourceDataSourceCreated event to perform custom actions over the resources data source used by the SchedulerListEditorBase‘s descendant. The handler’s ResourceDataSourceCreatedEventArgs.DataSource parameter provides access to an object collection that represents the resources data source.

To specify a custom resources data source to be used by the SchedulerListEditorBase‘s descendant, handle the SchedulerListEditorBase.ResourceDataSourceCreating event.

For information on resources, refer to the Resources in a Schedule topic.

Inheritance

Object
EventArgs
ResourceDataSourceCreatedEventArgs
See Also