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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.