UIElement.ManipulationStartingEvent Propriedade

Definição

Obtém o identificador do evento roteado ManipulationStarting .

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

Valor da propriedade

O identificador do evento roteado ManipulationStarting .

Aplica-se a

Confira também