Spread Windows Forms 12.0 Product Documentation
OnFilterBarClick Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnFilterBarClick Method
FilterBarEventArgs object that contains the event data
Raises the FilterBarClick event.
Syntax
'Declaration
 
Protected Overridable Sub OnFilterBarClick( _
   ByVal e As FilterBarEventArgs _
) 
'Usage
 
Dim instance As FpSpread
Dim e As FilterBarEventArgs
 
instance.OnFilterBarClick(e)
protected virtual void OnFilterBarClick( 
   FilterBarEventArgs e
)

Parameters

e
FilterBarEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members