ManipulationCompletedRoutedEventArgs.IsInertial Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.