PhotoImportSelectionChangedEventArgs.IsSelectionEmpty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether no items are selected after the selection has changed.
public:
property bool IsSelectionEmpty { bool get(); };
bool IsSelectionEmpty();
public bool IsSelectionEmpty { get; }
var boolean = photoImportSelectionChangedEventArgs.isSelectionEmpty;
Public ReadOnly Property IsSelectionEmpty As Boolean
Property Value
Boolean
bool
True if no items are selected; otherwise, false.