Spread Windows Forms 7.0 Product Documentation
FilterBarDoubleClick Event
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : FilterBarDoubleClick Event


Glossary Item Box

Occurs when the user presses down the left mouse button twice (double-clicks) in a filter bar cell.

Syntax

Visual Basic (Declaration) 
Public Event FilterBarDoubleClick As FilterBarClickEventHandler
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim handler As FilterBarClickEventHandler
 
AddHandler instance.FilterBarDoubleClick, handler
C# 
public event FilterBarClickEventHandler FilterBarDoubleClick

Event Data

The event handler receives an argument of type FilterBarEventArgs containing data related to this event. The following FilterBarEventArgs properties provide information specific to this event.

PropertyDescription
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.

Requirements

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

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.