C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1EditorRibbon Class / ContextMenuPopup Event

ContextMenuPopup Event
Syntax
'Declaration
 
Public Event ContextMenuPopup As System.EventHandler(Of ContextMenuPopupEventArgs)
 
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.

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
 
 
 
 
See Also