GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / ContextMenuOpening Event


ContextMenuOpening Event (GcSpreadSheet)
Syntax
'Declaration
 
Public Event ContextMenuOpening As ContextMenuEventHandler
 
'Usage
 
Dim instance As GcSpreadSheet
Dim handler As ContextMenuEventHandler
 
AddHandler instance.ContextMenuOpening, handler
Event Data

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

PropertyDescription
Gets the horizontal position of the mouse.  
Gets the vertical position of the mouse.  
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
See Also