Version

SelectedAppointmentsDeletingEventArgs Class Members

The following tables list the members exposed by SelectedAppointmentsDeletingEventArgs.

Public Constructors
 NameDescription
Public ConstructorSelectedAppointmentsDeletingEventArgs ConstructorCreates a new instance of the class.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyDisplayPromptReturns or sets whether a MessageBox will be displayed to inform the user of the pending deletion.  
Public PropertyMessageReturns or sets the message that will be displayed in the MessageBox.  
Public PropertySelectedAppointmentsReturns a read-only collection which contains each member of the SelectedAppointments collection that will be deleted.  
See Also