Class ImageTappedEventArgs
Provides data for the ImageTapped event.
Inheritance
System.Object
ImageTappedEventArgs
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public class ImageTappedEventArgs : Object
Constructors
ImageTappedEventArgs()
Declaration
public ImageTappedEventArgs()
Properties
Message
Gets the image message that was tapped.
Declaration
public IImageMessage Message { get; }
Property Value
Type |
---|
IImageMessage |