Skip to main content
A newer version of this page is available. .

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

Declaration

public CreateSourceObjectEventArgs(
    ItemType itemType
)

Parameters

Name Type Description
itemType ItemType

The type of a source object to create.

See Also