make the editing item quit editing status

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public void FinishEditing(
	bool cancel,
	bool focusElement
)
Visual Basic
Public Sub FinishEditing ( _
	cancel As Boolean, _
	focusElement As Boolean _
)

Parameters

cancel
Type: System..::..Boolean
determines the editing value will be cancelled or not
focusElement
Type: System..::..Boolean
determines the editing item will be focused or not after editing

See Also