Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / IInputEditor Interface / HandleFinishEdit Method
The key to be tested.

In This Topic
    HandleFinishEdit Method
    In This Topic
    Gets a value that determines whether a given key should finalize editing.
    Syntax
    'Declaration
     
    
    Function HandleFinishEdit( _
       ByVal e As KeyEventArgs _
    ) As Boolean
    bool HandleFinishEdit( 
       KeyEventArgs e
    )

    Parameters

    e
    The key to be tested.

    Return Value

    True if the key should finish the edits and close the editor.
    See Also