InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / C1InputPanel Class / AddingNewItem Event

In This Topic
    AddingNewItem Event
    In This Topic
    Occurs before adding a new item.
    Syntax
    'Declaration
     
    Public Event AddingNewItem As EventHandler(Of CancelEventArgs)
    public event EventHandler<CancelEventArgs> AddingNewItem
    Event Data

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

    PropertyDescription
     
    See Also