The EventDeleteEventArgs type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyData
Custom data.
(Inherited from DayPilotEventArgs.)
Public propertyEnd
Calendar event end date (see DataEndField).
Public propertyId
Calendar event id (DayPilotScheduler.DataIdField property).
Public propertyIsAllDay
True for all-day events.
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).
Public propertyValue Obsolete.
Calendar event value (DayPilotScheduler.DataValueField property).

See Also