Version

AppointmentResizedEventArgs Constructor

Creates a new instance of the AppointmentResizedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal appointment As Appointment, _
   ByVal resizeType As AppointmentResizeType _
)
public AppointmentResizedEventArgs( 
   Appointment appointment,
   AppointmentResizeType resizeType
)

Parameters

appointment
A reference to the Appointment on which the resize operation has been performed.
resizeType
Determines whether the StartDateTime or EndDateTime of the associated appointment(s) has been modified by the resize operation.
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