ScrollBarEventArgs(Axis, Int32, Int32, ScrollBarButtonType) Konstruktor

Definition

Initierar en ny instans av ScrollBarEventArgs klassen med den angivna axeln, X- och Y-positionerna för musmarkören och typen av knapp klickad.

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)

Parametrar

axis
Axis

Som Axis innehåller rullningslisten.

x
Int32

Musmarkörens X-position.

y
Int32

Y-positionen för musmarkören.

buttonType
ScrollBarButtonType

Knapptypen klickade.

Gäller för