Catel.Data.ModelBase.OnPropertyObjectCollectionChanged C# (CSharp) Méthode

OnPropertyObjectCollectionChanged() protected méthode

Called when a property that implements INotifyCollectionChanged raises the event.
protected OnPropertyObjectCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object The sender.
e NotifyCollectionChangedEventArgs The instance containing the event data.
Résultat void
        protected virtual void OnPropertyObjectCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
        {
            SetDirtyAndAutomaticallyValidate(string.Empty, true);
        }