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

適用於

另請參閱