Skip to main content
A newer version of this page is available. .

InstantFeedbackCollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork>.Delete(Object) Method

Namespace: DevExpress.Mvvm.ViewModel

Assembly: DevExpress.Mvvm.v18.2.ViewModel.dll

Declaration

public virtual void Delete(
    object threadSafeProxy
)

Parameters

Name Type
threadSafeProxy Object
See Also