Interface ISettingsView<TModel>
Assembly: DotNetNuke.Web.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 9.2.0. Replace WebFormsMvp and DotNetNuke.Web.Mvp with MVC or SPA patterns instead. Scheduled for removal in v11.0.0.")]
public interface ISettingsView<TModel> : IModuleViewBase, IView, IView<TModel> where TModel : class, new()
Type Parameters
Events
OnLoadSettings
Declaration
event EventHandler OnLoadSettings
Event Type
OnSaveSettings
Declaration
event EventHandler OnSaveSettings
Event Type
Extension Methods