Constable Authorization Engine 2.0 BETA

ObjectCollectionBase.OnCollectionChanged Method 

[This is preliminary documentation and subject to change.]

Called after the collection has been changed.

[Visual Basic]
Protected Sub OnCollectionChanged()
[C#]
protected void OnCollectionChanged();

Remarks

The method dispatches the 'changed' event corresponding to the previous call to the OnCollectionChanging method.

See Also

ObjectCollectionBase Class | LaMarvin.Constable.Model Namespace