Version

CloseDialog Property (ValidateAppointmentRecurrenceEventArgs)

Gets/sets whether the RecurrenceDialog should be closed when the Ok button is clicked.
Syntax
'Declaration
 
Public Property CloseDialog As Boolean
public bool CloseDialog {get; set;}
Remarks

When the RecurrenceDialog contains invalid values in one or more of its fields, this property can assume a default value of false; for example, if AppointmentRecurrence is set to generate occurrences that would begin or end at a time that is outside the range defined by the associated CalendarInfo's LogicalDayOffset and LogicalDayDuration properties. Listeners can, however, set the CloseDialog property to a different value to override the default behavior.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also