SwipeViewSwipeEnded Constructors
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.
Overloads
SwipeViewSwipeEnded(SwipeViewSwipeEnded) | |
SwipeViewSwipeEnded(SwipeDirection, Boolean) |
SwipeViewSwipeEnded(SwipeViewSwipeEnded)
- Source:
- SwipeViewSwipeEnded.cs
- Source:
- SwipeViewSwipeEnded.cs
protected:
SwipeViewSwipeEnded(Microsoft::Maui::SwipeViewSwipeEnded ^ original);
protected SwipeViewSwipeEnded (Microsoft.Maui.SwipeViewSwipeEnded original);
Protected Sub New (original As SwipeViewSwipeEnded)
Parameters
- original
- SwipeViewSwipeEnded
Applies to
SwipeViewSwipeEnded(SwipeDirection, Boolean)
- Source:
- SwipeViewSwipeEnded.cs
- Source:
- SwipeViewSwipeEnded.cs
public:
SwipeViewSwipeEnded(Microsoft::Maui::SwipeDirection SwipeDirection, bool IsOpen);
public SwipeViewSwipeEnded (Microsoft.Maui.SwipeDirection SwipeDirection, bool IsOpen);
new Microsoft.Maui.SwipeViewSwipeEnded : Microsoft.Maui.SwipeDirection * bool -> Microsoft.Maui.SwipeViewSwipeEnded
Public Sub New (SwipeDirection As SwipeDirection, IsOpen As Boolean)
Parameters
- SwipeDirection
- SwipeDirection
- IsOpen
- Boolean
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.