CreateSourceObjectEventArgs(ItemType) Constructor
Initializes a new instance of the CreateSourceObjectEventArgs class with specified settings.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public CreateSourceObjectEventArgs(
ItemType itemType
)
Parameters
Name | Type | Description |
---|---|---|
itemType | ItemType | The type of a source object to create. |
See Also