Condividi tramite


DisplayManagerPathsFailedOrInvalidatedEventArgs.Handled Proprietà

Definizione

Ottiene e imposta un valore che indica se l'evento PathsFailedOrInvalidated è stato gestito.

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

void Handled(bool value);
public bool Handled { get; set; }
var boolean = displayManagerPathsFailedOrInvalidatedEventArgs.handled;
displayManagerPathsFailedOrInvalidatedEventArgs.handled = boolean;
Public Property Handled As Boolean

Valore della proprietà

Boolean

bool

true se l'evento PathsFailedOrInvalidated è stato gestito , in caso contrario false.

Commenti

Il valore di questa proprietà deve essere impostato su true per indicare che l'evento PathsFailedOrInvalidated è stato gestito . Se non si riesce a gestire l'evento PathsFailedOrInvalidated , il processo viene forzato a uscire.

Si applica a