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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.