Back to Devexpress

AppointmentSynchronizedEventArgs Class

corelibraries-devexpress-dot-xtrascheduler-b20e35c8.md

latest2.0 KB
Original Source

AppointmentSynchronizedEventArgs Class

Provides data for the AppointmentSynchronizer.AppointmentSynchronized event.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class AppointmentSynchronizedEventArgs :
    AppointmentEventArgs
vb
Public Class AppointmentSynchronizedEventArgs
    Inherits AppointmentEventArgs

AppointmentSynchronizedEventArgs is the data class for the following events:

Remarks

An instance of the AppointmentSynchronizedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs AppointmentEventArgs AppointmentSynchronizedEventArgs OutlookAppointmentSynchronizedEventArgs

See Also

AppointmentSynchronizedEventArgs Members

AppointmentSynchronized

DevExpress.XtraScheduler Namespace