ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1EditableContentControl Class / EditCanceled Event

In This Topic
    EditCanceled Event
    In This Topic
    Fired when the user exits edit mode without changes.
    Syntax
    'Declaration
     
    
    Public Event EditCanceled As EventHandler
    public event EventHandler EditCanceled
    See Also