Represents a provider for the mentions functionality.
Definition
Namespace:Telerik.WinForms.Documents.UI.Mentions
Assembly:Telerik.WinControls.RichTextEditor.dll
Type Parameters:
T
Syntax:
C#
public abstract class MentionProviderBase<T> : MentionProviderBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectMentionProviderBaseMentionProviderBase<T>
Derived Classes:
Implements:
Inherited Members
Constructors
Constructor for the MentionProviderBase<T> class.
C#
protected MentionProviderBase()
Methods
Determines if the passed item should be visible in the list of mention items.
Defines the action executed after selecting an item from the list of mention items.
C#
public abstract void InsertItem(RadDocument document, T item)
The current RadDocument.
itemTThe item to be inserted.