UIElement.ManipulationInertiaStartingEvent Property

Definition

Gets the identifier for the ManipulationInertiaStarting routed event.

public:
 static property RoutedEvent ^ ManipulationInertiaStartingEvent { RoutedEvent ^ get(); };
static RoutedEvent ManipulationInertiaStartingEvent();
public static RoutedEvent ManipulationInertiaStartingEvent { get; }
var routedEvent = UIElement.manipulationInertiaStartingEvent;
Public Shared ReadOnly Property ManipulationInertiaStartingEvent As RoutedEvent

Property Value

The identifier for the ManipulationInertiaStarting routed event.

Applies to

See also