Class
UserVotedEventArgs

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

MessageBase

The message that was voted on.

voteType

VoteType

The type of vote.

Properties

Message

Gets the message that was voted on.

Declaration

cs-api-definition
public MessageBase Message { get; }

Property Value

MessageBase

VoteType

Gets the type of vote.

Declaration

cs-api-definition
public VoteType VoteType { get; }

Property Value

VoteType