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

In This Topic
    AddedNewItem Event
    In This Topic
    Occurs after new item was added.
    Syntax
    'Declaration
     
    Public Event AddedNewItem As EventHandler(Of EventArgs)
    public event EventHandler<EventArgs> AddedNewItem
    See Also