Version

AppointmentResizingEventArgs Constructor

Creates a new instance of the AppointmentResizingEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal phase As AppointmentResizePhase, _
   ByVal appointment As Appointment, _
   ByVal resizeType As AppointmentResizeType, _
   ByVal initialDateTime As Date, _
   ByVal newDateTime As Date _
)
public AppointmentResizingEventArgs( 
   AppointmentResizePhase phase,
   Appointment appointment,
   AppointmentResizeType resizeType,
   DateTime initialDateTime,
   DateTime newDateTime
)

Parameters

phase
Determines the phase of the resize operation that this event firing represents, i.e., whether it is beginning, in progress, or ending.
appointment
A reference to the Appointment on which the resize operation is being performed.
resizeType
A AppointmentResizeType constant which describes whether the StartDateTime or EndDateTime of the associated appointment(s) is being modified.
initialDateTime
The DateTime structure which contains the date and time for which the operation was initiated.
newDateTime
The DateTime structure which contains the date and time to which the end user has dragged the edge of the associated element.
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