ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / C1RulesManager Class / BeforeTooltipShow Event

In This Topic
    BeforeTooltipShow Event (C1RulesManager)
    In This Topic
    Occurs before a tooltip is shown.
    Syntax
    'Declaration
     
    
    Public Event BeforeTooltipShow As EventHandler(Of BeforeTooltipShowEventArgs)
    public event EventHandler<BeforeTooltipShowEventArgs> BeforeTooltipShow
    Event Data

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

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets the element name for which tooltip is about to be shown.  
    Gets or sets tooltip text.  
    Gets a data value of UI element.  
    See Also