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

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