PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / EventCollectionChangeEventArgs Class / NewItem Property

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