Share via


IUISpringLoadedInteractionEffect Interface

Definition

Interface for applying state-based visual styles to spring-loaded interations.

[Foundation.Protocol(Name="UISpringLoadedInteractionEffect", WrapperType=typeof(UIKit.UISpringLoadedInteractionEffectWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="DidChange", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UISpringLoadedInteraction), typeof(UIKit.IUISpringLoadedInteractionContext) }, Selector="interaction:didChangeWithContext:")]
public interface IUISpringLoadedInteractionEffect : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UISpringLoadedInteractionEffect", WrapperType=typeof(UIKit.UISpringLoadedInteractionEffectWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="DidChange", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UISpringLoadedInteraction), typeof(UIKit.IUISpringLoadedInteractionContext) }, Selector="interaction:didChangeWithContext:")>]
type IUISpringLoadedInteractionEffect = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
DidChange(UISpringLoadedInteraction, IUISpringLoadedInteractionContext)

Method that is called when the interaction state changes.

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to