IInteractionTrackerOwner.InertiaStateEntered Method
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.
Callback triggered when an InteractionTracker enters the inertia state.
public:
void InertiaStateEntered(InteractionTracker ^ sender, InteractionTrackerInertiaStateEnteredArgs ^ args);
void InertiaStateEntered(InteractionTracker const& sender, InteractionTrackerInertiaStateEnteredArgs const& args);
public void InertiaStateEntered(InteractionTracker sender, InteractionTrackerInertiaStateEnteredArgs args);
function inertiaStateEntered(sender, args)
Public Sub InertiaStateEntered (sender As InteractionTracker, args As InteractionTrackerInertiaStateEnteredArgs)
Parameters
- sender
- InteractionTracker
The InteractionTracker that triggered the callback.
Arguments for the callback.