Share via


WindowOverlayTappedEventArgs Constructor

Definition

public:
 WindowOverlayTappedEventArgs(Microsoft::Maui::Graphics::Point point, System::Collections::Generic::IList<Microsoft::Maui::IVisualTreeElement ^> ^ elements, System::Collections::Generic::IList<Microsoft::Maui::IWindowOverlayElement ^> ^ overlayElements);
public WindowOverlayTappedEventArgs (Microsoft.Maui.Graphics.Point point, System.Collections.Generic.IList<Microsoft.Maui.IVisualTreeElement> elements, System.Collections.Generic.IList<Microsoft.Maui.IWindowOverlayElement> overlayElements);
new Microsoft.Maui.WindowOverlayTappedEventArgs : Microsoft.Maui.Graphics.Point * System.Collections.Generic.IList<Microsoft.Maui.IVisualTreeElement> * System.Collections.Generic.IList<Microsoft.Maui.IWindowOverlayElement> -> Microsoft.Maui.WindowOverlayTappedEventArgs
Public Sub New (point As Point, elements As IList(Of IVisualTreeElement), overlayElements As IList(Of IWindowOverlayElement))

Parameters

point
Point
overlayElements
IList<IWindowOverlayElement>

Applies to