'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.
Property | Description |
---|---|
Appointment | Gets the Appointment object for which context menu is about to show. |
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
SelectionType | Gets the SelectionType value determining the UI element type for which context menu is about to show. |
See Also