TouchManipulationEventArgs

StockSharp.Xaml.Charting.Visuals.Events

EventArgs to store a list of TouchPoint TouchPoints

Inherits: EventArgs

Constructors

TouchManipulationEventArgs(IEnumerable<TouchPoint>)

Initializes a new instance of the TouchManipulationEventArgs class.

touchPoints
The touch points.

Properties

Handled : bool

Gets or sets a value indicating whether this TouchManipulationEventArgs is handled.

TouchPoints : IEnumerable<TouchPoint>

Gets or sets the touch points.