ComponentOne Reports for WPF
C1.C1Preview Namespace / EventCollectionChangeEventArgs Class / OldItem Property

In This Topic
    OldItem Property (EventCollectionChangeEventArgs)
    In This Topic
    Gets the old object at specified index.
    Syntax
    'Declaration
     
    Public ReadOnly Property OldItem As Object
    public object OldItem {get;}
    See Also