Click or drag to resize

UserInteractiveDeviceEventArgs Constructor (ButtonState, CoordXY, Double, UserInteractiveDeviceEventType, UInt32, Boolean)

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public UserInteractiveDeviceEventArgs(
	ButtonState buttonsState,
	CoordXY position,
	double delta,
	UserInteractiveDeviceEventType eventType,
	uint pointerId,
	bool handled = false
)

Parameters

buttonsState
Type: Arction.Wpf.ChartingMVVMButtonState

[Missing <param name="buttonsState"/> documentation for "M:Arction.Wpf.ChartingMVVM.UserInteractiveDeviceEventArgs.#ctor(Arction.Wpf.ChartingMVVM.ButtonState,Arction.Wpf.ChartingMVVM.CoordXY,System.Double,Arction.Wpf.ChartingMVVM.UserInteractiveDeviceEventType,System.UInt32,System.Boolean)"]

position
Type: Arction.Wpf.ChartingMVVMCoordXY

[Missing <param name="position"/> documentation for "M:Arction.Wpf.ChartingMVVM.UserInteractiveDeviceEventArgs.#ctor(Arction.Wpf.ChartingMVVM.ButtonState,Arction.Wpf.ChartingMVVM.CoordXY,System.Double,Arction.Wpf.ChartingMVVM.UserInteractiveDeviceEventType,System.UInt32,System.Boolean)"]

delta
Type: SystemDouble

[Missing <param name="delta"/> documentation for "M:Arction.Wpf.ChartingMVVM.UserInteractiveDeviceEventArgs.#ctor(Arction.Wpf.ChartingMVVM.ButtonState,Arction.Wpf.ChartingMVVM.CoordXY,System.Double,Arction.Wpf.ChartingMVVM.UserInteractiveDeviceEventType,System.UInt32,System.Boolean)"]

eventType
Type: Arction.Wpf.ChartingMVVMUserInteractiveDeviceEventType

[Missing <param name="eventType"/> documentation for "M:Arction.Wpf.ChartingMVVM.UserInteractiveDeviceEventArgs.#ctor(Arction.Wpf.ChartingMVVM.ButtonState,Arction.Wpf.ChartingMVVM.CoordXY,System.Double,Arction.Wpf.ChartingMVVM.UserInteractiveDeviceEventType,System.UInt32,System.Boolean)"]

pointerId
Type: SystemUInt32

[Missing <param name="pointerId"/> documentation for "M:Arction.Wpf.ChartingMVVM.UserInteractiveDeviceEventArgs.#ctor(Arction.Wpf.ChartingMVVM.ButtonState,Arction.Wpf.ChartingMVVM.CoordXY,System.Double,Arction.Wpf.ChartingMVVM.UserInteractiveDeviceEventType,System.UInt32,System.Boolean)"]

handled (Optional)
Type: SystemBoolean

[Missing <param name="handled"/> documentation for "M:Arction.Wpf.ChartingMVVM.UserInteractiveDeviceEventArgs.#ctor(Arction.Wpf.ChartingMVVM.ButtonState,Arction.Wpf.ChartingMVVM.CoordXY,System.Double,Arction.Wpf.ChartingMVVM.UserInteractiveDeviceEventType,System.UInt32,System.Boolean)"]

See Also