Click or drag to resize

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

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.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.ChartingButtonState

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

position
Type: Arction.Wpf.ChartingCoordXY

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

delta
Type: SystemDouble

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

eventType
Type: Arction.Wpf.ChartingUserInteractiveDeviceEventType

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

pointerId
Type: SystemUInt32

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

handled (Optional)
Type: SystemBoolean

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

See Also