GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.6.2 Assembly / C1.GanttView 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