Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The onObjectUpdated event occurs after an object has been updated on this Storage object.
Syntax
Storage.onObjectUpdated(
wpdObject
)
Parameters
-
wpdObject
-
The WPDObject that was updated.
Return value
This event does not return a value.
Examples
The following code shows the handler-function syntax for the onObjectUpdated event.
function HandlerFunction(wpdObject)
{
// Code to handle the updated object.
}
// Set the event handler.
Storage.onObjectUpdated = HandlerFunction;
Requirements
| Minimum supported client |
Windows 7 [desktop apps only] |
| Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |