Class ProfileUserControlBase
The ProfileUserControlBase class defines a custom base class for the profile Control.
Implements
Inherited Members
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public class ProfileUserControlBase : UserModuleBase, IModuleControl
Methods
| Improve this Doc View SourceOnProfileUpdateCompleted(EventArgs)
Raises the OnProfileUpdateCompleted Event.
Declaration
public void OnProfileUpdateCompleted(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
OnProfileUpdated(EventArgs)
Raises the ProfileUpdated Event.
Declaration
public void OnProfileUpdated(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Events
| Improve this Doc View SourceProfileUpdateCompleted
The ProfileUserControlBase class defines a custom base class for the profile Control.
Declaration
public event EventHandler ProfileUpdateCompleted
Event Type
Type | Description |
---|---|
EventHandler |
ProfileUpdated
The ProfileUserControlBase class defines a custom base class for the profile Control.
Declaration
public event EventHandler ProfileUpdated
Event Type
Type | Description |
---|---|
EventHandler |