UIElement.ManipulationInertiaStartingEvent Propiedad

Definición

Obtiene el identificador del evento ManipulationInertiaStarting enrutado.

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

Valor de propiedad

Identificador del evento ManipulationInertiaStarting enrutado.

Se aplica a

Consulte también