ClassPersonMentionItem
Class
Represents a mention item used to define a person.
Definition
Namespace:Telerik.Windows.Documents.UI.Mentions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class PersonMentionItem : INotifyPropertyChanged
Inheritance: objectPersonMentionItem
Implements:
Constructors
PersonMentionItem()
Declaration
cs-api-definition
public PersonMentionItem()
Properties
ImageSource
Gets or sets the imagesource for the image representing the person.
Declaration
cs-api-definition
public ImageSource ImageSource { get; set; }
Property Value
ImageSource
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