[]
Provides data for the BaseCollection<T> events.
public class BaseCollectionEventArgs<T> : EventArgs where T : BasePersistableObject
Name | Description |
---|---|
T | The BasePersistableObject object. |
Name | Description |
---|---|
Item | Returns reference to the changed item. |