ComponentOne FinancialChart for WPF
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
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim handler As EventHandler
     
    AddHandler instance.EditCompleted, handler
    public event EventHandler EditCompleted
    public:
    event EventHandler^ EditCompleted
    See Also