ClassUserVotedEventArgs
Class
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
Constructors
UserVotedEventArgs(ChatMessage, VoteType)
Initializes a new instance of the UserVotedEventArgs class.
Declaration
cs-api-definition
public UserVotedEventArgs(ChatMessage 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.