Search
GridColumn.CancelEdit Method
See Also
 





Invoked when an editing operation is canceled.

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

 Syntax

C#  Copy Code

protected virtual void CancelEdit (
    FrameworkElement editor
)

Visual Basic  Copy Code

Protected Overridable Sub CancelEdit( _
    editor As FrameworkElement _
)

 Parameters

editor
A FrameworkElement representing the editor.

 See Also