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