ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / ItemEventArgs Class / NewItem Property

In This Topic
    NewItem Property (ItemEventArgs)
    In This Topic
    The new Task object.
    Syntax
    'Declaration
     
    Public Property NewItem As Task
    public Task NewItem {get; set;}
    See Also