Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / VerticalSplitBox Class / ContextMenuClosing Event


In This Topic
    ContextMenuClosing Event (VerticalSplitBox)
    In This Topic
    Syntax
    'Declaration
     
    Public Event ContextMenuClosing As ContextMenuEventHandler
    'Usage
     
    Dim instance As VerticalSplitBox
    Dim handler As ContextMenuEventHandler
     
    AddHandler instance.ContextMenuClosing, handler
    public event ContextMenuEventHandler ContextMenuClosing
    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