PropertyCollectionSource Events
Serves as the data source for the nested List Views that display collection properties.Name | Description |
---|---|
CollectionChanged | Occurs after the Collection Source’s collection has been recreated. Inherited from CollectionSourceBase. |
CollectionChanging | Occurs before the Collection Source’s collection has been recreated. Inherited from CollectionSourceBase. |
CollectionReloaded | Occurs after the Collection Source’s CollectionSourceBase.Collection has been reloaded. Inherited from CollectionSourceBase. |
CollectionReloading | Occurs before the Collection Source’s CollectionSourceBase.Collection has been reloaded. Inherited from CollectionSourceBase. |
CriteriaApplied | Occurs after the Collection Source’s collection has been filtered using the CriteriaOperator objects contained in the CollectionSourceBase.Criteria dictionary. Inherited from CollectionSourceBase. |
CriteriaApplying | Occurs before the Collection Source’s collection has been filtered using the CriteriaOperator objects contained in the CollectionSourceBase.Criteria dictionary. Inherited from CollectionSourceBase. |
Disposed | Occurs after a Collection Source has been disposed of. Inherited from CollectionSourceBase. |
MasterObjectChanged | Occurs after the PropertyCollectionSource.MasterObject has been changed. |
See Also