Version

AppointmentResizedEventArgs Class Members

The following tables list the members exposed by AppointmentResizedEventArgs.

Public Constructors
 NameDescription
Public ConstructorAppointmentResizedEventArgs ConstructorCreates a new instance of the AppointmentResizedEventArgs class.  
Public Properties
 NameDescription
Public PropertyAppointmentReturns the Appointment on which the resize operation has been performed.  
Public PropertyEnterEditModeReturns or sets whether an edit mode session should begin on the appointment immediately following the firing of the event.  
Public PropertyResizeTypeReturns whether the StartDateTime or EndDateTime of the associated appointment(s) has been modified by the resize operation.  
See Also