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

In This Topic
    EditStarted Event (C1EditableContentControl)
    In This Topic
    Fired when the control enters edit mode.
    Syntax
    'Declaration
     
    
    Public Event EditStarted As EventHandler
    public event EventHandler EditStarted
    See Also