Search
Schedule.ExceptionCreated Event
See Also
 






Raised when a recurrence exception item is created.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event EventHandler<ItemEventArgs> ExceptionCreated

Visual Basic  Copy Code

Public Event ExceptionCreated As EventHandler(Of ItemEventArgs)

 Event Data

ExceptionCreated event handlers receive an argument of type ItemEventArgs.

 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