Spread Windows Forms 9.0 Product Documentation
FilterBarEventArgs Constructor


View (Spreadview object) that contains the filter bar cell clicked
Column index of filter bar cell clicked
X-coordinate of the pointer position
Y-coordinate of the pointer position
Which mouse button was pressed
Creates a new object with the FilterBarClick event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal view As SpreadView, _
   ByVal column As Integer, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal button As MouseButtons _
)
'Usage
 
Dim view As SpreadView
Dim column As Integer
Dim x As Integer
Dim y As Integer
Dim button As MouseButtons
 
Dim instance As New FilterBarEventArgs(view, column, x, y, button)
public FilterBarEventArgs( 
   SpreadView view,
   int column,
   int x,
   int y,
   MouseButtons button
)

Parameters

view
View (Spreadview object) that contains the filter bar cell clicked
column
Column index of filter bar cell clicked
x
X-coordinate of the pointer position
y
Y-coordinate of the pointer position
button
Which mouse button was pressed
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

FilterBarEventArgs Class
FilterBarEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.