Raised when a recurrence exception item is created.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ItemEventArgs> ExceptionCreated |
Visual Basic
Copy Code
|
|---|
Public Event ExceptionCreated As EventHandler(Of ItemEventArgs) |
Event DataExceptionCreated event handlers receive an argument of type ItemEventArgs.
RemarksAn exception is created if a user drags an occurrence of a recurring event thus changing its time, or changes its text.
See Also