The EventEditEventArgs 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
Event end date and time.
Public propertyId
Public propertyIsAllDay
True for all-day events.
Public propertyNewText
The new event text submitted by a user.
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
Event start date and time.
Public propertyTag
Custom event data (DataTagFields property).
Public propertyText
Event text. (DayPilotCalendar.DataTextField property).
Public propertyValue Obsolete.
Event value (DayPilotCalendar.DataValueField property).

See Also