Search
ScheduleListener.exceptionCreated Method
See Also
 






Raised when a recurrence exception item is created.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

void exceptionCreated (
    ItemEvent e
)

 Parameters

e

An ItemEvent object.

 Remarks

An exception is created if a user drags an occurrence of a recurring event thus changing its time, or changes its text.

 See Also