ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileViewPanel Class / ManipulationInertiaStarting Event

In This Topic
    ManipulationInertiaStarting Event (C1TileViewPanel)
    In This Topic
    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