Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TextEditableContentControl Class / EditCanceled Event

In This Topic
    EditCanceled Event (C1TextEditableContentControl)
    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