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