GanttView for WPF | ComponentOne
C1.WPF.GanttView Assembly / C1.GanttView Namespace / CustomCalendarCollection Class / ItemChanged Event

In This Topic
    ItemChanged Event (CustomCalendarCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Event ItemChanged As EventHandler(Of BaseCollectionEventArgs(Of T))
    public event 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