Share via


IUICollisionBehaviorDelegate.EndedBoundaryContact Method

Definition

Indicates that the dynamicItem has stopped contacting the boundary.

[Foundation.Export("collisionBehavior:endedContactForItem:withBoundaryIdentifier:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EndedBoundaryContact(UIKit.UICollisionBehavior behavior, UIKit.IUIDynamicItem dynamicItem, Foundation.NSObject? boundaryIdentifier);
[<Foundation.Export("collisionBehavior:endedContactForItem:withBoundaryIdentifier:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EndedBoundaryContact : UIKit.UICollisionBehavior * UIKit.IUIDynamicItem * Foundation.NSObject -> unit
override this.EndedBoundaryContact : UIKit.UICollisionBehavior * UIKit.IUIDynamicItem * Foundation.NSObject -> unit

Parameters

dynamicItem
IUIDynamicItem
boundaryIdentifier
NSObject

The identifier of the boundary collided with. If null, the collision was with the reference boundary.

This parameter can be null.

Attributes

Applies to