Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnFilterBarDoubleClick Method
FilterBarEventArgs object that contains the event data


In This Topic
    OnFilterBarDoubleClick Method
    In This Topic
    Raises the FilterBarDoubleClick event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnFilterBarDoubleClick( _
       ByVal e As FilterBarEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim e As FilterBarEventArgs
     
    instance.OnFilterBarDoubleClick(e)
    protected virtual void OnFilterBarDoubleClick( 
       FilterBarEventArgs e
    )

    Parameters

    e
    FilterBarEventArgs object that contains the event data
    See Also