DXGoogleCalendarSync.EventValuesRequested Event
Raises when the DXGoogleCalendarSync should copy Google Calendar Event data into a corresponding Scheduler Appointment.
Namespace: DevExpress.XtraScheduler.GoogleCalendar
Assembly: DevExpress.XtraScheduler.v20.2.GoogleCalendar.dll
Declaration
public event EventValueRequestedEventHandler EventValuesRequested
Public Event EventValuesRequested As EventValueRequestedEventHandler
Event Data
The EventValuesRequested event's data class is DevExpress.XtraScheduler.GoogleCalendar.ObjectValuesRequestedEventArgs.
See Also
Feedback