UIElement.ManipulationStartedEvent Propriedade

Definição

Obtém o identificador do evento roteado ManipulationStarted .

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

Valor da propriedade

O identificador do evento roteado ManipulationStarted .

Aplica-se a

Confira também