CalendarControl Xojo Plugin

CalendarControl.CancelEventAction Property

Use this property to cancel a events internal action.

CancelEventAction as Boolean {Read and Write}

Remarks

This property is by default false when starting a event that supports CancelEventAction, by setting it to true from within the event then the events internal action gets canceled.

Events that support CancelEventAction will have a note regarding it in the documentation.

See Also

CalendarControl Control