CalendarView.EditEvent

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 14:20, 6 August 2015 by Admin (Talk | contribs) (72 revisions imported)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Event
CalendarView.EditEvent ( cEvent As CalendarEvent ) As CalendarEvent


A CalendarEvent has been double-clicked in order to edit it. Editing a CalendarEvent must be handled here. If Nil is returned the CalendarEvent is not changed.

Deleting an event can be handled here by calling:

Invalid language.

You need to specify a language like this: <source lang="html4strict">...</source>

Supported languages for syntax highlighting:

[Expand]


me.RemoveEvent(cEvent, True)
Return Nil