ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / ResourceCollection Class / ItemChanged Event

In This Topic
    ItemChanged Event (ResourceCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Event ItemChanged As System.EventHandler(Of BaseCollectionEventArgs(Of T))
    public event System.EventHandler<BaseCollectionEventArgs<T>> ItemChanged
    Event Data

    The event handler receives an argument of type C1.Schedule.BaseCollectionEventArgs<T> containing data related to this event. The following BaseCollectionEventArgs<T> properties provide information specific to this event.

    PropertyDescription
     
    See Also