SciChart.Core Assembly > SciChart.Charting.ChartModifiers Namespace : ModifierManipulationCompletedArgs Class
ModifierManipulationCompletedArgs Class Properties

For a list of all members of this type, see ModifierManipulationCompletedArgs members.

Public Properties
 NameDescription
Public Property Gets or sets whether this event is Handled. If true, no further modifiers will be informed of the mouse event and mouse events will cease bubbling and tunnelling (Inherited from SciChart.Charting.ChartModifiers.ModifierEventArgsBase)
Public Property  
Public Property If True, then this mouse event occurred on a master ChartModifierBase. Used to process which modifier was the source of an event when multiple modifiers are linked (Inherited from SciChart.Charting.ChartModifiers.ModifierEventArgsBase)
Public Property Gets the point from which the manipulation originated. (Inherited from SciChart.Charting.ChartModifiers.ModifierManipulationArgs)
Public Property Gets a collection of Manipulators which represent the touch-points in this manipulation operation (Inherited from SciChart.Charting.ChartModifiers.ModifierManipulationArgs)
Public Property The sender of the Manipulation event (Inherited from SciChart.Charting.ChartModifiers.ModifierManipulationArgs)
Public Property In the case where e.Master is true, this returns the instance of the master chart modifier (Inherited from SciChart.Charting.ChartModifiers.ModifierEventArgsBase)
Top
See Also