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

In This Topic
    EditCompleted Event (C1ComboBox)
    In This Topic
    Handle this event to know when the user has completed the edits.
    Syntax
    'Declaration
     
    
    Public Event EditCompleted As EventHandler
    public event EventHandler EditCompleted
    See Also