ClassPersonMentionItem
Class
Represents a mention item used to define a person.
Definition
Namespace:Telerik.WinForms.Documents.UI.Mentions
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class PersonMentionItem : INotifyPropertyChanged
Inheritance: objectPersonMentionItem
Implements:
Constructors
PersonMentionItem()
Declaration
cs-api-definition
public PersonMentionItem()
Properties
Image
Gets or sets the imagesource for the image representing the person.
Gets or sets the mail address of the person.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements