The EventDeleteEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyData
Custom data.
(Inherited from DayPilotEventArgs.)
Public propertyEnd
Calendar event end date (see DataEndField).
Public propertyId
Calendar event value (DayPilotCalendar.DataValueField property).
Public propertyRecurrent
Is the event part of a recurrent event sequence?
Public propertyRecurrentException
True if this is an exception from the recurrent event series.
Public propertyRecurrentMasterId
Id of the recurrent event definition (not of this occurrence).
Public propertyResourceId
Event resource id.
Public propertySource
Event source: PostBack or CallBack.
(Inherited from DayPilotEventArgs.)
Public propertyStart
Calendar event start date (see DataStartField).
Public propertyTag
Custom event data (DayPilotCalendar.DataTagField property).
Public propertyText
Calendar event text (see DataTextField).

See Also