FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / FinishEditing Method / FinishEditing(Boolean,Boolean) Method
if set to true it will cancel the edited value.
Specifies whether this operation is cancellable through the editing events.

In This Topic
    FinishEditing(Boolean,Boolean) Method
    In This Topic
    Commits or cancels any pending edits and exits edit mode.
    Syntax
    'Declaration
     
    Public Overloads Function FinishEditing( _
       ByVal cancelEdits As Boolean, _
       ByVal cancellable As Boolean _
    ) As Boolean
    public bool FinishEditing( 
       bool cancelEdits,
       bool cancellable
    )

    Parameters

    cancelEdits
    if set to true it will cancel the edited value.
    cancellable
    Specifies whether this operation is cancellable through the editing events.
    See Also