ChoosingItemContainerEventArgs.IsContainerPrepared Property

Definition

Gets or sets a value that indicates whether the container is ready for use.

public:
 property bool IsContainerPrepared { bool get(); void set(bool value); };
bool IsContainerPrepared();

void IsContainerPrepared(bool value);
public bool IsContainerPrepared { get; set; }
var boolean = choosingItemContainerEventArgs.isContainerPrepared;
choosingItemContainerEventArgs.isContainerPrepared = boolean;
Public Property IsContainerPrepared As Boolean

Property Value

Boolean

bool

true if the container is ready for use; otherwise, false.

Applies to