FocusNavigationRequestEventArgs.Result Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the result of a focus navigation event.
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
Property Value
The result of a focus navigation event.