WindowOverlayTappedEventArgs Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- elements
- IList<IVisualTreeElement>
- overlayElements
- IList<IWindowOverlayElement>
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.