UIElement.ManipulationStartingEvent 属性

定义

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

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

属性值

ManipulationStarting 路由事件的标识符。

适用于

另请参阅