Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / AddingNewEventArgs Class / AddingNewEventArgs Constructor / AddingNewEventArgs Constructor(Object)
An object to use as the new item value.

In This Topic
    AddingNewEventArgs Constructor(Object)
    In This Topic
    Initializes a new instance of the AddingNewEventArgs class using the specified object as the new item.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal newObject As Object _
    )
    public AddingNewEventArgs( 
       object newObject
    )

    Parameters

    newObject
    An object to use as the new item value.
    See Also