ManipulationCompletedRoutedEventArgs.IsInertial Property

Definition

Gets whether the ManipulationCompleted event occurs during inertia.

public:
 property bool IsInertial { bool get(); };
bool IsInertial();
public bool IsInertial { get; }
var boolean = manipulationCompletedRoutedEventArgs.isInertial;
Public ReadOnly Property IsInertial As Boolean

Property Value

Boolean

bool

true if the ManipulationCompleted event occurs during inertia; false if the event occurs while the user's input device has contact with the element.

Applies to