ClassUserVotedEventArgs
Class
Provides data for the UserVoted event.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class UserVotedEventArgs : RoutedEventArgs
Inheritance: objectUserVotedEventArgs
Constructors
UserVotedEventArgs(MessageBase, VoteType)
Initializes a new instance of the UserVotedEventArgs class.
Declaration
cs-api-definition
public UserVotedEventArgs(MessageBase message, VoteType voteType)
Parameters
message
The message that was voted on.
voteType
The type of vote.
Properties
Message
Gets the message that was voted on.