Raised during item generation to allow validation and customization of the generated occurrences.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ValidateOccurrenceEventArgs> ValidateOccurrence |
Visual Basic
Copy Code
|
|---|
Public Event ValidateOccurrence As EventHandler(Of ValidateOccurrenceEventArgs) |
Event DataValidateOccurrence event handlers receive an argument of type ValidateOccurrenceEventArgs.
See Also