Class UserVotedEventArgs
Provides data for the UserVoted event.
Inheritance
System.Object
System.EventArgs
UserVotedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.ConversationalUI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class UserVotedEventArgs : EventArgs
Constructors
UserVotedEventArgs(ChatMessage, VoteType)
Initializes a new instance of the UserVotedEventArgs class.
Declaration
public UserVotedEventArgs(ChatMessage message, VoteType voteType)
Parameters
|
ChatMessage
message
The message that was voted on. |
|
VoteType
voteType
The type of vote. |
Properties
Message
Gets the message that was voted on.
Declaration
public ChatMessage Message { get; }
Property Value
|
ChatMessage
|