ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / C1DataFilter Class / BeforeTooltipShow Event

In This Topic
    BeforeTooltipShow Event (C1DataFilter)
    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 Filter for which tooltip is about to be shown.  
    Gets or sets tooltip text.  
    Gets a value of C1DataFilter element.  
    See Also