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