Class ProfilePictureUpload
public class ProfilePictureUpload : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
ProfilePictureUpload
- Implements
- Inherited Members
Constructors
ProfilePictureUpload()
public ProfilePictureUpload()
Fields
CancelProfilePicture
CancelProfilePicture control.
protected CancelButton CancelProfilePicture
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DeleteProfilePicture
DeleteProfilePicture control.
protected Button DeleteProfilePicture
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ProfileImage
ProfileImage control.
protected Image ProfileImage
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ProfilePictureToUploadV2
ProfilePictureToUploadV2 control.
protected FileUploadV2 ProfilePictureToUploadV2
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ProfileUploadPanel
ProfileUploadPanel control.
protected HtmlGenericControl ProfileUploadPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UploadProfilePicture
UploadProfilePicture control.
protected SaveButton UploadProfilePicture
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Methods
DeleteButton_Click(object, EventArgs)
protected void DeleteButton_Click(object sender, EventArgs e)
Parameters
LoadProfilePicture(QUser)
public void LoadProfilePicture(QUser user)
Parameters
userQUser
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
UploadButton_Click(object, EventArgs)
protected void UploadButton_Click(object sender, EventArgs e)
Parameters
Events
ProfileUploadCompleted
public event EventHandler<ProfileUploadEventArgs> ProfileUploadCompleted