GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / ItemEventArgs Class / OldItem Property

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