CleanUpVirtualizedItemEventArgs.Cancel Property

Definition

Gets or sets a value that indicates whether this item should not be revirtualized.

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

void Cancel(bool value);
public bool Cancel { get; set; }
var boolean = cleanUpVirtualizedItemEventArgs.cancel;
cleanUpVirtualizedItemEventArgs.cancel = boolean;
Public Property Cancel As Boolean

Property Value

Boolean

bool

true if you want to prevent revirtualization of this item; otherwise, false.

Applies to