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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.