Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / BeforeContextMenuShow Event

In This Topic
    BeforeContextMenuShow Event (C1Schedule)
    In This Topic
    Occurs before the context menu is shown. This event gets fired even if ShowContextMenu property is false.
    Syntax
    'Declaration
     
    Public Event BeforeContextMenuShow As System.EventHandler(Of BeforeContextMenuShowEventArgs)
    public event System.EventHandler<BeforeContextMenuShowEventArgs> BeforeContextMenuShow
    Event Data

    The event handler receives an argument of type BeforeContextMenuShowEventArgs containing data related to this event. The following BeforeContextMenuShowEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the Appointment object for which context menu is about to show.  
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets the SelectionType value determining the UI element type for which context menu is about to show.  
    See Also