PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / 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