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路由事件的識別碼。

適用於

另請參閱