Class MentionTemplateCollection
Represents a collection of DataTemplates.
Inheritance
System.Object
MentionTemplateCollection
Namespace: Telerik.Windows.Documents.UI.Mentions
Assembly: Telerik.Windows.Documents.dll
Syntax
public sealed class MentionTemplateCollection : ObservableCollection<DataTemplate>
Constructors
MentionTemplateCollection()
Declaration
public MentionTemplateCollection()
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Raises the System.Collections.ObjectModel.ObservableCollection`1.CollectionChanged event with the provided arguments.
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
Arguments of the event being raised. |