Share via


UICollisionEndedBoundaryContactEventArgs(IUIDynamicItem, NSObject) Constructor

Definition

Create a new instance of the UICollisionEndedBoundaryContactEventArgs with the specified event data.

public UICollisionEndedBoundaryContactEventArgs(UIKit.IUIDynamicItem dynamicItem, Foundation.NSObject? boundaryIdentifier);
new UIKit.UICollisionEndedBoundaryContactEventArgs : UIKit.IUIDynamicItem * Foundation.NSObject -> UIKit.UICollisionEndedBoundaryContactEventArgs

Parameters

dynamicItem
IUIDynamicItem

The value for the DynamicItem property.

boundaryIdentifier
NSObject

The value for the BoundaryIdentifier property.

Applies to