Skip to main content
.NET 6.0+

ResourceDataSourceCreatedEventArgs Constructors

Represents arguments passed to the SchedulerListEditorBase.ResourceDataSourceCreated event.
Name Parameters Description
ResourceDataSourceCreatedEventArgs(Object) dataSource Initializes a new instance of the ResourceDataSourceCreatedEventArgs class.
ResourceDataSourceCreatedEventArgs(Type, Object) resourceType, dataSource Obsolete. Creates and initializes a new instance of the ResourceDataSourceCreatedEventArgs class.
See Also