UIElement.ManipulationCompletedEvent Property

Definition

Gets the identifier for the ManipulationCompleted routed event.

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

Property Value

The identifier for the ManipulationCompleted routed event.

Applies to

See also