Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NTreeGridViewControl Class / ToolTipOpening Event


In This Topic
    ToolTipOpening Event (NTreeGridViewControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event ToolTipOpening As System.Windows.Controls.ToolTipEventHandler
    'Usage
     
    
    Dim instance As NTreeGridViewControl
    Dim handler As System.Windows.Controls.ToolTipEventHandler
     
    AddHandler instance.ToolTipOpening, handler
    public event System.Windows.Controls.ToolTipEventHandler ToolTipOpening
    Event Data

    The event handler receives an argument of type System.Windows.Controls.ToolTipEventArgs containing data related to this event. The following ToolTipEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.Windows.RoutedEventArgs)
    (Inherited from System.Windows.RoutedEventArgs)
    (Inherited from System.Windows.RoutedEventArgs)
    (Inherited from System.Windows.RoutedEventArgs)
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also