Spread Windows Forms 12.0 Product Documentation
OnFilterBarDoubleClick Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnFilterBarDoubleClick Method
FilterBarEventArgs object that contains the event data
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

Reference

FpSpread Class
FpSpread Members