UIElement.ManipulationDeltaEvent Property

Definition

Gets the identifier for the ManipulationDelta routed event.

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

Property Value

The identifier for the ManipulationDelta routed event.

Applies to

See also