DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / EditItem Method
The item to edit.

In This Topic
    EditItem Method
    In This Topic
    Begins an edit transaction of the specified item.
    Syntax
    'Declaration
     
    Public Sub EditItem( _
       ByVal item As Object _
    ) 
    public void EditItem( 
       object item
    )

    Parameters

    item
    The item to edit.
    Exceptions
    ExceptionDescription
    The exception that is thrown when a method call is invalid for the object's current state.
    See Also