UIView.DidHintFocusMovement(UIFocusMovementHint) 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.
Called when a focus change may soon happen.
[Foundation.Export("didHintFocusMovement:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidHintFocusMovement(UIKit.UIFocusMovementHint hint);
[<Foundation.Export("didHintFocusMovement:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidHintFocusMovement : UIKit.UIFocusMovementHint -> unit
override this.DidHintFocusMovement : UIKit.UIFocusMovementHint -> unit
Parameters
- hint
- UIFocusMovementHint
The focus movement hint.
Implements
- Attributes