UIElement.ManipulationDeltaEvent Propiedad

Definición

Obtiene el identificador del evento enrutado ManipulationDelta .

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

Valor de propiedad

Identificador del evento enrutado ManipulationDelta .

Se aplica a

Consulte también