SwipeItemInvokedEventArgs Class

Definition

Provides event data for the SwipeItem.Invoked event.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.SwipeItemInvokedEventArgs (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public ref class SwipeItemInvokedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SwipeItemInvokedEventArgs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SwipeItemInvokedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SwipeItemInvokedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SwipeItemInvokedEventArgs
Public NotInheritable Class SwipeItemInvokedEventArgs
Inheritance
Object Platform::Object IInspectable SwipeItemInvokedEventArgs
Attributes

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Properties

SwipeControl

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).

Applies to