Fires when the calling app needs to display the file picker letterbox UI that is represented by the CachedFileUpdaterUI object.
A server may defer its UI initialization until it receives this event.
Syntax
function onUIRequested(eventArgs) { /* Your code */ } // addEventListener syntax cachedFileUpdaterUI.addEventListener("uirequested", onUIRequested); cachedFileUpdaterUI.removeEventListener("uirequested", onUIRequested); - or - cachedFileUpdaterUI.onuirequested = onUIRequested;
Event information
| Delegate | TypedEventHandler(CachedFileUpdaterUI, Object) |
|---|
Remarks
the app can delay initializing its UI until this event is fired.
the app can register to be notified when this event fires by adding an event listener to the CachedFileUpdaterUI object and declaring a handler function. If the app has registered an event handler for this event, it must respond when the event fires by initializing its UI.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012