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