menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class MessageSwipeStartedEventArgs

    Provides data for the SwipeStarted event.

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

    Constructors

    MessageSwipeStartedEventArgs(IMessage, SwipeDirection)

    Initializes a new instance of the MessageSwipeStartedEventArgs class.

    Declaration
    public MessageSwipeStartedEventArgs(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

    Cancel

    Gets or sets a value indicating whether the event should be canceled.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the event should be canceled. otherwise, false.

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