Version

ActiveDayChangingEventArgs Constructor

Constructs the ActiveDayChangingEventArgs object. This event can be canceled by setting the ActiveDayChangingEventArgs.Cancel property to true.
Syntax
'Declaration
 
Public Function New( _
   ByVal scheduleInfo As WebScheduleInfo, _
   ByVal oldDate As SmartDate, _
   ByVal newDate As SmartDate _
)
public ActiveDayChangingEventArgs( 
   WebScheduleInfo scheduleInfo,
   SmartDate oldDate,
   SmartDate newDate
)

Parameters

scheduleInfo
Reference to WebScheduleInfo.
oldDate
The date that is currently the ActiveDay.
newDate
The date that is to be the new ActiveDay.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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