Class MessageLongPressedEventArgs
Provides data for the MessageLongPressed event and MessageLongPressedCommand.
Namespace: Syncfusion.XForms.Chat
Assembly: Syncfusion.SfChat.XForms.dll
Syntax
public class MessageLongPressedEventArgs : MessageInteractedEventArgs
Constructors
MessageLongPressedEventArgs(IMessage, Point)
Initializes a new instance of the MessageLongPressedEventArgs class.
Declaration
public MessageLongPressedEventArgs(IMessage message, Point position)
Parameters
Type | Name | Description |
---|---|---|
IMessage | message | The instance of the message that is long pressed. |
Xamarin.Forms.Point | position | The interacted touch position. |