IMixedRealityFocusChangedHandler.OnBeforeFocusChange(FocusEventData) Method
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.
Focus event that is raised before the focus is actually changed.
public:
void OnBeforeFocusChange(Microsoft::MixedReality::Toolkit::Input::FocusEventData ^ eventData);
public void OnBeforeFocusChange (Microsoft.MixedReality.Toolkit.Input.FocusEventData eventData);
abstract member OnBeforeFocusChange : Microsoft.MixedReality.Toolkit.Input.FocusEventData -> unit
Public Sub OnBeforeFocusChange (eventData As FocusEventData)
Parameters
- eventData
- FocusEventData
Remarks
Useful for logic that needs to take place before focus changes.