Skip to main content

DocumentsViewModel<TModule, TUnitOfWork>.OnLoaded(TModule) Method

Finalizes the DocumentsViewModel initialization and opens the default document. Since DocumentsViewModel is a POCO view model, an instance of this class will also expose the OnLoadedCommand property that can be used as a binding source in views.

Namespace: DevExpress.Mvvm.ViewModel

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

NuGet Package: DevExpress.Scaffolding.Core

Declaration

public virtual void OnLoaded(
    TModule module
)

Parameters

Name Type
module TModule
See Also