ScrollBarEventArgs(Axis, Int32, Int32, ScrollBarButtonType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
ScrollBarEventArgs(System::Windows::Forms::DataVisualization::Charting::Axis ^ axis, int x, int y, System::Windows::Forms::DataVisualization::Charting::ScrollBarButtonType buttonType);
public ScrollBarEventArgs (System.Windows.Forms.DataVisualization.Charting.Axis axis, int x, int y, System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonType buttonType);
new System.Windows.Forms.DataVisualization.Charting.ScrollBarEventArgs : System.Windows.Forms.DataVisualization.Charting.Axis * int * int * System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonType -> System.Windows.Forms.DataVisualization.Charting.ScrollBarEventArgs
Public Sub New (axis As Axis, x As Integer, y As Integer, buttonType As ScrollBarButtonType)
Parameters
- x
- Int32
The X position of mouse cursor.
- y
- Int32
The Y position of mouse cursor.
- buttonType
- ScrollBarButtonType
The type of button clicked.
Applies to
Arbeiten Sie mit uns auf GitHub zusammen
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.