IMixedRealityFocusChangedHandler.OnBeforeFocusChange(FocusEventData) Method

Definition

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.

Applies to