Search
Recurrence.onValidateOccurrence Method
See Also
 






Raises the RecurrenceListener.validateOccurrence event.

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

 Syntax

Java  Copy Code

protected void onValidateOccurrence (
    ValidateOccurrenceEvent e
)

 Parameters

e

An object, containing the event data.

 See Also