UIElement.ManipulationStartedEvent Proprietà

Definizione

Ottiene l'identificatore per l'evento indirizzato 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

Valore della proprietà

Identificatore dell'evento indirizzato ManipulationStarted .

Si applica a

Vedi anche