'Declaration Public Event ContextMenuPopup As System.EventHandler(Of ContextMenuPopupEventArgs)
public event System.EventHandler<ContextMenuPopupEventArgs> ContextMenuPopup
Event Data
The event handler receives an argument of type C1.Win.Ribbon.ContextMenuPopupEventArgs containing data related to this event. The following ContextMenuPopupEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
Component | |
IsCustomMenu | |
Location | |
UseCustomMenu |
See Also