MindFusion.Wpf Pack Programmer's Guide
GridCell.ConfirmEdit Method
See Also
 





Checks if the user input represented by the specified event argument should initiates an editing operation for this cell.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public bool ConfirmEdit (
    RoutedEventArgs e
)

Visual Basic  Copy Code

Public Function ConfirmEdit( _
    e As RoutedEventArgs _
) As Boolean

 Parameters

e
A RoutedEventArgs specifying the user input.

 Return Value

true to initiate editing; otherwise, false.

 See Also

GridCell Members
GridCell Class
MindFusion.DataViews.Wpf Namespace