Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / ItemSynchronizedEventArgs Class / CollectionItem Property

In This Topic
    CollectionItem Property (ItemSynchronizedEventArgs)
    In This Topic
    Gets the reference to the BasePersistableObject derived object.
    Syntax
    'Declaration
     
    Public ReadOnly Property CollectionItem As BasePersistableObject
    public BasePersistableObject CollectionItem {get;}
    See Also