[]
Creates a new object with the FilterBarClick event arguments.
public FilterBarEventArgs(SpreadView view, int column, int x, int y, MouseButtons button)
Public Sub New(view As SpreadView, column As Integer, x As Integer, y As Integer, button As MouseButtons)
| Type | Name | Description |
|---|---|---|
| SpreadView | view | View (Spreadview object) that contains the filter bar cell clicked |
| int | column | Column index of filter bar cell clicked |
| int | x | X-coordinate of the pointer position |
| int | y | Y-coordinate of the pointer position |
| MouseButtons | button | Which mouse button was pressed |