ComponentOne FlexChart for UWP
ManipulationInertiaStarting Event (C1TreeMap)

C1.UWP.FlexChart Assembly > C1.Xaml.Chart Namespace > C1TreeMap Class : ManipulationInertiaStarting Event
Syntax
'Declaration
 
Public Event ManipulationInertiaStarting As Windows.UI.Xaml.Input.ManipulationInertiaStartingEventHandler
public event Windows.UI.Xaml.Input.ManipulationInertiaStartingEventHandler ManipulationInertiaStarting
Event Data

The event handler receives an argument of type Windows.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs containing data related to this event. The following ManipulationInertiaStartingRoutedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the UIElement that is considered the container of the manipulation.  
Gets the overall changes since the beginning of the manipulation.  
Gets the most recent changes of the current manipulation, as a ManipulationDelta.  
Get or sets the rate of slowdown of expansion inertial movement.  
Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.  
(Inherited from Windows.UI.Xaml.RoutedEventArgs)
Gets the PointerDeviceType for the pointer device involved in the manipulation.  
Gets information about the rotation information associated with the manipulation for this event occurrence.  
Gets information about the translation information associated with the manipulation for this event occurrence.  
Gets the rates of the most recent changes to the manipulation.  
See Also