Class ProfileUserControlBase
Inheritance
ProfileUserControlBase
Implements
Inherited Members
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public class ProfileUserControlBase : UserModuleBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor, IModuleControl
Constructors
ProfileUserControlBase()
Declaration
public ProfileUserControlBase()
Methods
OnProfileUpdateCompleted(EventArgs)
Declaration
public void OnProfileUpdateCompleted(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
OnProfileUpdated(EventArgs)
Declaration
public void OnProfileUpdated(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Events
ProfileUpdateCompleted
Declaration
public event EventHandler ProfileUpdateCompleted
Event Type
Type | Description |
---|---|
EventHandler |
ProfileUpdated
Declaration
public event EventHandler ProfileUpdated
Event Type
Type | Description |
---|---|
EventHandler |