UICollisionBeganContactEventArgs.SecondItem Property
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.
One of the two items involved in the collision.
public UIKit.IUIDynamicItem SecondItem { get; set; }
member this.SecondItem : UIKit.IUIDynamicItem with get, set