ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / CancelNew Method

In This Topic
    CancelNew Method (BaseCollectionView)
    In This Topic
    Ends the add transaction and discards the pending new item.
    Syntax
    'Declaration
     
    
    Public Overridable Sub CancelNew() 
    public virtual void CancelNew()
    See Also