UIElement.ManipulationInertiaStartingEvent Propriedade

Definição

Obtém o identificador do evento roteado 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

Valor da propriedade

O identificador do evento roteado ManipulationInertiaStarting .

Aplica-se a

Confira também