SwipeItemInvokedEventArgs.SwipeControl Property
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.
Gets the SwipeControl that owns the invoked item.
Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.SwipeItemInvokedEventArgs.SwipeControl (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).
SwipeControl SwipeControl();
public SwipeControl SwipeControl { get; }
var swipeControl = swipeItemInvokedEventArgs.swipeControl;
Public ReadOnly Property SwipeControl As SwipeControl
Property Value
The SwipeControl that owns the invoked item.