FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / FinishRowEditing Method
if set to true the changes will be cancelled.
if set to true the event is cancellable.

In This Topic
    FinishRowEditing Method
    In This Topic
    Finishes the row editing.
    Syntax
    'Declaration
     
    Public Function FinishRowEditing( _
       Optional ByVal cancelEdits As Boolean, _
       Optional ByVal cancellable As Boolean _
    ) As Task(Of Boolean)
    public Task<bool> FinishRowEditing( 
       bool cancelEdits,
       bool cancellable
    )

    Parameters

    cancelEdits
    if set to true the changes will be cancelled.
    cancellable
    if set to true the event is cancellable.
    See Also