Skip to main content

AppointmentAddingEventArgs.EventSource Property

Indicates the user action that raised the event.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public AppointmentEventSource EventSource { get; }

Property Value

Type Description
AppointmentEventSource

A DevExpress.WinUI.Scheduler.AppointmentEventSource enumeration value.

Available values:

Name
EditDialog
RemindersDialog
DragDrop
See Also