New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:messageMessageBase

The message that was voted on.

voteTypeVoteType

The type of vote.

Properties

Gets the message that was voted on.

C#
public MessageBase Message { get; }

Gets the type of vote.

C#
public VoteType VoteType { get; }