ICachedFileUpdaterActivatedEventArgs
ICachedFileUpdaterActivatedEventArgs
ICachedFileUpdaterActivatedEventArgs
ICachedFileUpdaterActivatedEventArgs
Interface
Definition
Provides information about the activated event that fires when the user saves a file that requires content management from the app.
public : interface ICachedFileUpdaterActivatedEventArgspublic interface ICachedFileUpdaterActivatedEventArgsPublic Interface ICachedFileUpdaterActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
ICachedFileUpdaterActivatedEventArgsICachedFileUpdaterActivatedEventArgsICachedFileUpdaterActivatedEventArgsICachedFileUpdaterActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Remarks
Interface inheritance
ICachedFileUpdaterActivatedEventArgs inherits IActivatedEventArgs. Types that implement ICachedFileUpdaterActivatedEventArgs also implement the interface members of IActivatedEventArgs.
Properties
CachedFileUpdaterUI CachedFileUpdaterUI CachedFileUpdaterUI CachedFileUpdaterUI
The letterbox UI of the file picker that is displayed when a file requires content management from the app.
public : CachedFileUpdaterUI CachedFileUpdaterUI { get; }public CachedFileUpdaterUI CachedFileUpdaterUI { get; }Public ReadOnly Property CachedFileUpdaterUI As CachedFileUpdaterUI// You can use this property in JavaScript.
The letterbox UI of the file picker that is displayed when a file requires content management from the app.
- See Also