Enum BasePresenter.MountMode
Specifies how presenter is mounted.
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public enum MountMode
Fields
Name | Description |
---|---|
Refresh | The presenter is refreshed with view. |
Reload | The underlying data of the presenter is reloaded. |
Show | The presenter is initially shown. |