UIElement.ManipulationStartingEvent Property

Definition

Gets the identifier for the ManipulationStarting routed event.

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

Property Value

The identifier for the ManipulationStarting routed event.

Applies to

See also