Occurs when the user's image or name changes.
Syntax
function onAccountPictureChanged(eventArgs) { /* Your code */ } // addEventListener syntax userInformation.addEventListener("accountpicturechanged", onAccountPictureChanged); userInformation.removeEventListener("accountpicturechanged", onAccountPictureChanged); - or - userInformation.onaccountpicturechanged = onAccountPictureChanged;
Event information
| Delegate | EventHandler(Object) |
|---|
Remarks
Use this event to monitor changes to the user's account picture.
Access to this event can be blocked by privacy settings. If access is blocked, the AccountPictureChangeEnabled property will be false.
To see how to use this event, check out our code sample.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012