UserVotedEventArgs
Class
Provides data for the UserVoted event.
Definition
Namespace:Telerik.WinControls.UI.ConversationalUI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class UserVotedEventArgs : EventArgs
Inheritance: objectEventArgsUserVotedEventArgs
Inherited Members
Constructors
Initializes a new instance of the UserVotedEventArgs class.
C#
public UserVotedEventArgs(ChatMessage message, VoteType voteType)
The message that was voted on.
voteTypeVoteTypeThe type of vote.
Properties
Gets the message that was voted on.
C#
public ChatMessage Message { get; }