Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / ResourceStorage Class / AddingNew Event

In This Topic
    AddingNew Event (ResourceStorage)
    In This Topic
    Occurs before an item is added to the underlying list.
    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
    Gets or sets the object to be added to the binding list.  
    See Also