Exemplo n.º 1
0
 /// <summary>
 /// Raises the <see cref="INotifyGenericCollectionChanged{T}.GenericCollectionChanged"/> event with the provided arguments
 /// </summary>
 /// <param name="e">Arguments of the event being raised</param>
 protected virtual void OnGenericCollectionChanged(NotifyGenericCollectionChangedEventArgs <T> e) => GenericCollectionChanged?.Invoke(this, e);
Exemplo n.º 2
0
 /// <summary>
 /// Raises the <see cref="INotifyGenericCollectionChanged{T}.GenericCollectionChanged"/> event
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnGenericCollectionChanged(NotifyGenericCollectionChangedEventArgs <KeyValuePair <TKey, TValue> > e) => GenericCollectionChanged?.Invoke(this, e);