Difference between revisions of "CalendarView.EditEvent"
From Jeremie Leroy - XOJO Controls Wiki
m (72 revisions imported) |
|||
(64 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
| platform=all | | platform=all | ||
| newinversion= | | newinversion= | ||
− | | version=1. | + | | version=1.4.1 |
}} | }} | ||
− | A CalendarEvent has been double-clicked in order to edit it. | + | 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. | 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: | Deleting an event can be handled here by calling: | ||
− | < | + | <source> |
me.RemoveEvent(cEvent, True) | me.RemoveEvent(cEvent, True) | ||
Return Nil | Return Nil | ||
− | </ | + | </source> |
Latest revision as of 14:20, 6 August 2015
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