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