ScrollBarEventArgs Constructor (Axis^, Int32, Int32, ScrollBarButtonType)

.NET Framework (current version)
 

Initializes a new instance of the ScrollBarEventArgs class with the specified axis, X and Y positions of the mouse cursor, and type of button clicked.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
ScrollBarEventArgs(
	Axis^ axis,
	int x,
	int y,
	ScrollBarButtonType buttonType
)

Parameters

axis
Type: System.Windows.Forms.DataVisualization.Charting::Axis^

The Axis that contains the scrollbar.

x
Type: System::Int32

The X position of mouse cursor.

y
Type: System::Int32

The Y position of mouse cursor.

buttonType
Type: System.Windows.Forms.DataVisualization.Charting::ScrollBarButtonType

The type of button clicked.

.NET Framework
Available since 4.0
Return to top
Show: