ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.8 Assembly / C1.Win.C1GanttView 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