UIElement.ManipulationStartedEvent Propiedad

Definición

Obtiene el identificador del evento Enrutado 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 de propiedad

Identificador del evento enrutado ManipulationStarted .

Se aplica a

Consulte también