Version

AppointmentToolTipDisplayingEventArgs Class Members

The following tables list the members exposed by AppointmentToolTipDisplayingEventArgs.

Public Constructors
 NameDescription
Public ConstructorAppointmentToolTipDisplayingEventArgs ConstructorCreates a new instance of the class.  
Public Properties
 NameDescription
Public PropertyAppointmentReturns the Appointment whose tooltip is to be displayed.  
Public PropertyAppointmentElementReturns the associated AppointmentUIElement.  
Public PropertyAreaReturns a constant which describes the area within the AppointmentUIElement over which the cursor is currently hovering  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyToolTipInfoReturns or sets the ToolTipInfo structure that contains information about the tooltip about to be displayed. (Inherited from Infragistics.Win.UltraWinSchedule.ToolTipEventArgs)
See Also