PhotoImportSelectionChangedEventArgs.IsSelectionEmpty Property

Definition

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.

Applies to