ResourceDataSourceCreatingEventArgs Properties
Represents arguments passed to the SchedulerListEditorBase.ResourceDataSourceCreating event.| Name | Description |
|---|---|
| DataSource | Specifies the object used to store resources. |
| Handled | Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. Inherited from HandledEventArgs. |
| ResourceType | Specifies the type of the Resource objects used by the scheduling control. |
See Also