ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / C1DataFilter Class / OnBeforeTooltipShow Method
An System.EventArgs that contains the event data.

In This Topic
    OnBeforeTooltipShow Method (C1DataFilter)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub OnBeforeTooltipShow( _
       ByVal e As BeforeTooltipShowEventArgs _
    ) 
    protected void OnBeforeTooltipShow( 
       BeforeTooltipShowEventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    See Also