GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / CalendarStorage Class / AddingNew Event

In This Topic
    AddingNew Event (CalendarStorage)
    In This Topic
    Syntax
    'Declaration
     
    Public Event AddingNew As AddingNewEventHandler
    public event AddingNewEventHandler AddingNew
    Event Data

    The event handler receives an argument of type AddingNewEventArgs containing data related to this event. The following AddingNewEventArgs properties provide information specific to this event.

    PropertyDescription
     
    See Also