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

AppointmentAddingEventArgs.EventSource Property

Indicates the user action that raised the event.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v22.1.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