Class MessageDoubleTappedEventArgs
Provides data for the MessageDoubleTapped event and MessageDoubleTappedCommand.
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public class MessageDoubleTappedEventArgs : MessageInteractedEventArgs
Constructors
MessageDoubleTappedEventArgs(IMessage, Point)
Initializes a new instance of the MessageDoubleTappedEventArgs class.
Declaration
public MessageDoubleTappedEventArgs(IMessage message, Point position)
Parameters
Type | Name | Description |
---|---|---|
IMessage | message | The instance of the message that is double tapped. |
Microsoft.Maui.Graphics.Point | position | The interacted touch position. |