UIElement.ManipulationStartedEvent 属性

定义

获取 ManipulationStarted 路由事件的标识符。

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

属性值

ManipulationStarted 路由事件的标识符。

适用于

另请参阅