Class MessagePinnedEventArgs
Provides data for the MessagePinned event.
Inheritance
System.Object
MessagePinnedEventArgs
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public class MessagePinnedEventArgs : EventArgs
Constructors
MessagePinnedEventArgs(IMessage)
Initializes a new instance of the MessagePinnedEventArgs class.
Declaration
public MessagePinnedEventArgs(IMessage message)
Parameters
| Type | Name | Description |
|---|---|---|
| IMessage | message | The message that was pinned. |
Properties
Message
Gets the message that was pinned.
Declaration
public IMessage Message { get; }
Property Value
| Type | Description |
|---|---|
| IMessage | The IMessage object representing the message whose IsPinned property was set to true. |