UIElement.ManipulationStartedEvent Property

Definition

Gets the identifier for the ManipulationStarted routed event.

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

Property Value

The identifier for the ManipulationStarted routed event.

Applies to

See also