Version

AppointmentResizeSelectionAction Enumeration

Constants which identify how the SelectedAppointments collection is affected when an appointment resize operation is initiated.
Syntax
'Declaration
 
Public Enum AppointmentResizeSelectionAction 
   Inherits System.Enum
public enum AppointmentResizeSelectionAction : System.Enum 
Members
MemberDescription
ClearExistingSelectionThe SelectedAppointments collection is cleared immediately following the first firing of the AppointmentResizing event for a given resize operation. Note: This is the default value for the UltraDayView control.
PreserveExistingSelectionThe contents of the SelectedAppointments collection remains unchanged. Note: This is the default value for the UltraMonthViewSingle and UltraWeekView controls.
SelectOnlyThisAppointmentThe selection is cleared of all appointments except for the one being resized, immediately following the first firing of the AppointmentResizing event for a given 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