IWindowOverlay.Tapped 事件

定义

覆盖层上触摸事件的事件处理程序。 当用户触摸覆盖时调用。

public:
 event EventHandler<Microsoft::Maui::WindowOverlayTappedEventArgs ^> ^ Tapped;
event EventHandler<Microsoft.Maui.WindowOverlayTappedEventArgs> Tapped;
member this.Tapped : EventHandler<Microsoft.Maui.WindowOverlayTappedEventArgs> 
Event Tapped As EventHandler(Of WindowOverlayTappedEventArgs) 

事件类型

适用于