Class MentionProvidersCollection
Represents the collection of mention providers.
Inheritance
System.Object
MentionProvidersCollection
Namespace: Telerik.WinForms.Documents.UI.Mentions
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public sealed class MentionProvidersCollection : ObservableCollection<MentionProviderBase>
Constructors
MentionProvidersCollection()
Declaration
public MentionProvidersCollection()
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. |