UICollisionEndedBoundaryContactEventArgs(IUIDynamicItem, NSObject) Constructor
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.
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.