PhotoImportSelectionChangedEventArgs PhotoImportSelectionChangedEventArgs PhotoImportSelectionChangedEventArgs PhotoImportSelectionChangedEventArgs Class

Definition

Provides data for the PhotoImportFindItemsResult::SelectionChanged event.

public : sealed class PhotoImportSelectionChangedEventArgs : IPhotoImportSelectionChangedEventArgspublic sealed class PhotoImportSelectionChangedEventArgs : IPhotoImportSelectionChangedEventArgsPublic NotInheritable Class PhotoImportSelectionChangedEventArgs Implements IPhotoImportSelectionChangedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Get an instance of this class by handling the PhotoImportFindItemsResult::SelectionChanged event.

Properties

IsSelectionEmpty IsSelectionEmpty IsSelectionEmpty IsSelectionEmpty

Gets a value indicating whether no items are selected after the selection has changed.

public : PlatForm::Boolean IsSelectionEmpty { get; }public bool IsSelectionEmpty { get; }Public ReadOnly Property IsSelectionEmpty As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if no items are selected; otherwise, false.