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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI