IUISpringLoadedInteractionEffect.DidChange Method

Definition

Method that is called when the interaction state changes.

[Foundation.Export("interaction:didChangeWithContext:")]
[Foundation.Preserve(Conditional=true)]
public void DidChange (UIKit.UISpringLoadedInteraction interaction, UIKit.IUISpringLoadedInteractionContext context);
abstract member DidChange : UIKit.UISpringLoadedInteraction * UIKit.IUISpringLoadedInteractionContext -> unit

Parameters

interaction
UISpringLoadedInteraction

The interaction whose state has changed.

context
IUISpringLoadedInteractionContext

The interaction context.

Attributes

Applies to