Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / LabelStorage Class / AddNew Method

In This Topic
    AddNew Method (LabelStorage)
    In This Topic
    Adds a new item to the underlying list.
    Syntax
    'Declaration
     
    
    Public Overridable Function AddNew() As Object
    public virtual object AddNew()

    Return Value

    The item added to the list.
    See Also