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

ViewInjectionManager.RaiseViewModelClosingEvent(ViewModelClosingEventArgs) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public void RaiseViewModelClosingEvent(
    ViewModelClosingEventArgs e
)

Parameters

Name Type
e ViewModelClosingEventArgs
See Also