Version

AppointmentResizePhase Enumeration

Constants which identify the various phases for the AppointmentResizing event.
Syntax
'Declaration
 
Public Enum AppointmentResizePhase 
   Inherits System.Enum
public enum AppointmentResizePhase : System.Enum 
Members
MemberDescription
BeginningThe resize operation is beginning. This phase coincides with the user pressing the logical left mouse button while the cursor is positioned over the adjustable area of the UIElement which represents the appointment.
EndingThe user has released the logical left mouse button, committing the result of the resize operation.
MovingThe user is moving the cursor while holding the logical left mouse button down, causing the value of the StartDateTime or EndDateTime property to be changed.
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