IFileOpenPickerActivatedEventArgs interface

This topic has not yet been rated - Rate this topic

Provides information about the activated event that fires when the user tries to pick files or folders that are provided by the app.

Syntax


public interface IFileOpenPickerActivatedEventArgs : IActivatedEventArgs

Attributes

GuidAttribute("72827082-5525-4bf2-bc09-1f5095d4964d")
VersionAttribute(NTDDI_WIN8)

Members

The IFileOpenPickerActivatedEventArgs interface has these types of members:

Properties

The IFileOpenPickerActivatedEventArgs interface has these properties.

PropertyAccess typeDescription

FileOpenPickerUI

Read-onlyThe letterbox UI of the file picker that is displayed when the user wants to pick files or folders that are provided by the app.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.ApplicationModel.Activation
Windows::ApplicationModel::Activation [C++]

Metadata

Windows.winmd

See also

IActivatedEventArgs interface
FileOpenPickerActivatedEventArgs class

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.