[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FilterBarEventArgs

FilterBarEventArgs Class

Represents the event data for the FilterBarClick and FilterBarDoubleClick events for the Spread component, which occur when the user clicks or double-clicks the mouse button with the pointer on the filter bar.

Inheritance
FilterBarEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class FilterBarEventArgs : EventArgs
Public Class FilterBarEventArgs
    Inherits EventArgs

Constructors

Name Description
FilterBarEventArgs(SpreadView, int, int, int, MouseButtons)

Creates a new object with the FilterBarClick event arguments.

Properties

Name Description
Button

Gets which mouse button has been pressed.

Cancel

Gets or sets whether to cancel default processing.

Column

Gets the column index of the cell in filter bar that is clicked.

View

Gets the view that contains the filter bar cell that is clicked.

X

Gets the x-coordinate of the pointer position.

Y

Gets the y-coordinate of the pointer position.