menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MessageSwipeEndedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MessageSwipeEndedEventArgs

    Provides data for the SwipeEnded event.

    Inheritance
    System.Object
    MessageSwipeEventArgs
    MessageSwipeEndedEventArgs
    Inherited Members
    MessageSwipeEventArgs.Message
    MessageSwipeEventArgs.SwipeDirection
    Namespace: Syncfusion.XForms.Chat
    Assembly: Syncfusion.SfChat.XForms.dll
    Syntax
    public class MessageSwipeEndedEventArgs : MessageSwipeEventArgs

    Constructors

    MessageSwipeEndedEventArgs(IMessage, SwipeDirection)

    Initializes a new instance of the MessageSwipeEndedEventArgs class.

    Declaration
    public MessageSwipeEndedEventArgs(IMessage message, SwipeDirection swipeDirection)
    Parameters
    Type Name Description
    IMessage message

    The instance of the message being swiped.

    SwipeDirection swipeDirection

    The direction of the swiped message.

    Properties

    SwipeOffSet

    Gets the current swipe offset of the message after the swipe operation is complete.

    Declaration
    public double SwipeOffSet { get; }
    Property Value
    Type Description
    System.Double

    The current swipe offset of the message.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved