Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BeforeContextMenuShowEventArgs Class / Appointment Property

In This Topic
    Appointment Property (BeforeContextMenuShowEventArgs)
    In This Topic
    Gets the Appointment object for which context menu is about to show.
    Syntax
    'Declaration
     
    Public ReadOnly Property Appointment As Appointment
    public Appointment Appointment {get;}
    Remarks
    This property can be null.
    See Also