Catel.Data.ModelBase.OnPropertyObjectCollectionChanged C# (CSharp) Метод

OnPropertyObjectCollectionChanged() защищенный Метод

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.
Результат void
        protected virtual void OnPropertyObjectCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
        {
            SetDirtyAndAutomaticallyValidate(string.Empty, true);
        }