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

Provides data for the UserVoted event.

Definition

Namespace:Telerik.WinControls.UI.ConversationalUI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class UserVotedEventArgs : EventArgs

Inheritance: objectEventArgsUserVotedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the UserVotedEventArgs class.

C#
public UserVotedEventArgs(ChatMessage message, VoteType voteType)
Parameters:messageChatMessage

The message that was voted on.

voteTypeVoteType

The type of vote.

Properties

Gets the message that was voted on.

C#
public ChatMessage Message { get; }

Gets the type of vote.

C#
public VoteType VoteType { get; }