UIElement.ManipulationCompletedEvent 屬性

定義

取得 ManipulationCompleted 路由事件的識別碼。

public:
 static property RoutedEvent ^ ManipulationCompletedEvent { RoutedEvent ^ get(); };
static RoutedEvent ManipulationCompletedEvent();
public static RoutedEvent ManipulationCompletedEvent { get; }
var routedEvent = UIElement.manipulationCompletedEvent;
Public Shared ReadOnly Property ManipulationCompletedEvent As RoutedEvent

屬性值

ManipulationCompleted路由事件的識別碼。

適用於

另請參閱