Fires when the user highlights hours or days on a calendar view.

Parameters

ParameterDescription
BeginDateTimeThe starting date and time of the highlight.
EndDateTimeThe ending date and time of the highlight.
AllDayTrue if highlighting whole days, false if highlighting times.

Remarks

The OnHighlightChange event fires when the user highlights times or days, as indicated by the AllDay parameter. If the AllDay parameter is true, then the date time range indicated by BeginDateTime and EndDateTime will be in whole days. If it's false, then it can still span multiple days, but the range can begin and end anywhere within either date.

Added in Version 4.2

  • No labels