CalendarView.EditEvent

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 11:19, 1 May 2012 by Admin (Talk | contribs) (1 revision)

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: <rbcode> me.RemoveEvent(cEvent, True) Return Nil </rbcode>