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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.