Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1EditableContentControl Class / EditCompleted Event

In This Topic
    EditCompleted Event (C1EditableContentControl)
    In This Topic
    Fired when the user has completed the edits.
    Syntax
    'Declaration
     
    
    Public Event EditCompleted As EventHandler
    public event EventHandler EditCompleted
    See Also