Class
UserVotedEventArgs

Provides data for the UserVoted event.

Definition

Namespace:Telerik.WinControls.UI.ConversationalUI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class UserVotedEventArgs : EventArgs

Inheritance: objectEventArgsUserVotedEventArgs

Inherited Members EventArgs.Empty

Constructors

UserVotedEventArgs(ChatMessage, VoteType)

Initializes a new instance of the UserVotedEventArgs class.

Declaration

cs-api-definition
public UserVotedEventArgs(ChatMessage message, VoteType voteType)

Parameters

message

ChatMessage

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 ChatMessage Message { get; }

Property Value

ChatMessage

VoteType

Gets the type of vote.

Declaration

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

Property Value

VoteType