Class MessageSwipeStartedEventArgs
Provides data for the SwipeStarted event.
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. |