ComponentOne InputPanel for WPF
C1.WPF.InputPanel.4.5.2 Assembly / C1.WPF.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