IUISpringLoadedInteractionEffect.DidChange 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.
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.
The interaction context.
- Attributes