[]
        
(Showing Draft Content)

C1.Schedule.BaseCollectionEventArgs-1

BaseCollectionEventArgs<T> Class

Provides data for the BaseCollection<T> events.

Inheritance
BaseCollectionEventArgs<T>
Namespace: C1.Schedule
Assembly: C1.ScheduleCore.dll
Syntax
public class BaseCollectionEventArgs<T> : EventArgs where T : BasePersistableObject
Type Parameters
Name Description
T

The BasePersistableObject object.

Properties

Name Description
Item

Returns reference to the changed item.