Condividi tramite


FocusNavigationRequestEventArgs.Result Proprietà

Definizione

Ottiene o imposta il risultato di un evento di spostamento dello stato attivo.

public:
 property FocusNavigationResult Result { FocusNavigationResult get(); void set(FocusNavigationResult value); };
FocusNavigationResult Result();

void Result(FocusNavigationResult value);
public FocusNavigationResult Result { get; set; }
var focusNavigationResult = focusNavigationRequestEventArgs.result;
focusNavigationRequestEventArgs.result = focusNavigationResult;
Public Property Result As FocusNavigationResult

Valore della proprietà

Risultato di un evento di spostamento dello stato attivo.

Si applica a