Represents a collection of DataTemplates.
Definition
Namespace:Telerik.WinForms.Documents.UI.Mentions
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public sealed class MentionTemplateCollection : ObservableCollection<DataTemplate>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<DataTemplate>ObservableCollection<DataTemplate>MentionTemplateCollection
Implements:
Inherited Members
Constructors
C#
public MentionTemplateCollection()
Methods
Raises the System.Collections.ObjectModel.ObservableCollection`1.CollectionChanged event with the provided arguments.
C#
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Arguments of the event being raised.
Overrides: