Click or drag to resize

UserInteractiveDeviceEventArgs Constructor (UserInteractiveDeviceButton, UserInteractiveDeviceButtonState, CoordXY, Int32, UserInteractiveDeviceEventType)

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(
	UserInteractiveDeviceButton button,
	UserInteractiveDeviceButtonState state,
	CoordXY point,
	int delta,
	UserInteractiveDeviceEventType eventType
)

Parameters

button
Type: Arction.Wpf.ChartingUserInteractiveDeviceButton

[Missing <param name="button"/> documentation for "M:Arction.Wpf.Charting.UserInteractiveDeviceEventArgs.#ctor(Arction.Wpf.Charting.UserInteractiveDeviceButton,Arction.Wpf.Charting.UserInteractiveDeviceButtonState,Arction.Wpf.Charting.CoordXY,System.Int32,Arction.Wpf.Charting.UserInteractiveDeviceEventType)"]

state
Type: Arction.Wpf.ChartingUserInteractiveDeviceButtonState

[Missing <param name="state"/> documentation for "M:Arction.Wpf.Charting.UserInteractiveDeviceEventArgs.#ctor(Arction.Wpf.Charting.UserInteractiveDeviceButton,Arction.Wpf.Charting.UserInteractiveDeviceButtonState,Arction.Wpf.Charting.CoordXY,System.Int32,Arction.Wpf.Charting.UserInteractiveDeviceEventType)"]

point
Type: Arction.Wpf.ChartingCoordXY

[Missing <param name="point"/> documentation for "M:Arction.Wpf.Charting.UserInteractiveDeviceEventArgs.#ctor(Arction.Wpf.Charting.UserInteractiveDeviceButton,Arction.Wpf.Charting.UserInteractiveDeviceButtonState,Arction.Wpf.Charting.CoordXY,System.Int32,Arction.Wpf.Charting.UserInteractiveDeviceEventType)"]

delta
Type: SystemInt32

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

eventType
Type: Arction.Wpf.ChartingUserInteractiveDeviceEventType

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

See Also