ComponentOne Basic Library for WPF and Silverlight
FinishEditing(Boolean,Boolean) Method


C1.Silverlight Namespace > C1TreeView Class > FinishEditing Method : FinishEditing(Boolean,Boolean) Method
determines the editing value will be cancelled or not
determines the editing item will be focused or not after editing
make the editing item quit editing status
Syntax
'Declaration
 
Public Overloads Sub FinishEditing( _
   ByVal cancel As System.Boolean, _
   ByVal focusElement As System.Boolean _
) 
'Usage
 
Dim instance As C1TreeView
Dim cancel As System.Boolean
Dim focusElement As System.Boolean
 
instance.FinishEditing(cancel, focusElement)
public void FinishEditing( 
   System.bool cancel,
   System.bool focusElement
)

Parameters

cancel
determines the editing value will be cancelled or not
focusElement
determines the editing item will be focused or not after editing
See Also

Reference

C1TreeView Class
C1TreeView Members
Overload List