UIElement.ManipulationInertiaStartingEvent Proprietà

Definizione

Ottiene l'identificatore per l'evento indirizzato ManipulationInertiaStarting .

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

Valore della proprietà

Identificatore dell'evento indirizzato ManipulationInertiaStarting .

Si applica a

Vedi anche