Properties  Methods 


SciChart.Core Assembly > SciChart.Charting.ChartModifiers Namespace : ModifierManipulationStartedArgs Class
ModifierManipulationStartedArgs Class Members

The following tables list the members exposed by ModifierManipulationStartedArgs.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets 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 PropertyIf 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 ModifierManipulationArgs)
Public PropertyGets the point from which the manipulation originated. (Inherited from ModifierManipulationArgs)
Public PropertyGets a collection of Manipulators which represent the touch-points in this manipulation operation (Inherited from ModifierManipulationArgs)
Public PropertyThe sender of the Manipulation event (Inherited from ModifierManipulationArgs)
Public PropertyIn the case where e.Master is true, this returns the instance of the master chart modifier (Inherited from ModifierManipulationArgs)
Top
Public Methods
 NameDescription
Public MethodCancels the manipulation and promotes touch to mouse events.  
Public MethodCompletes the manipulation without inertia.  
Top
Extension Methods
 NameDescription
Public Extension MethodNotifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also