ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / ItemEventArgs Class / ItemEventArgs Constructor / ItemEventArgs Constructor(Int32,Task,Task)
The index.
The old Task object.
The new Task object.

In This Topic
    ItemEventArgs Constructor(Int32,Task,Task)
    In This Topic
    Initializes a new instance of the ItemEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal index As System.Integer, _
       ByVal oldItem As Task, _
       ByVal newItem As Task _
    )
    public ItemEventArgs( 
       System.int index,
       Task oldItem,
       Task newItem
    )

    Parameters

    index
    The index.
    oldItem
    The old Task object.
    newItem
    The new Task object.
    See Also