UICollisionEndedContactEventArgs Class
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.
Provides data for the EndedContact event.
public class UICollisionEndedContactEventArgs : EventArgs
type UICollisionEndedContactEventArgs = class
inherit EventArgs
- Inheritance
-
UICollisionEndedContactEventArgs
Constructors
UICollisionEndedContactEventArgs(IUIDynamicItem, IUIDynamicItem) |
Initializes a new instance of the UICollisionEndedContactEventArgs class. |
Properties
FirstItem |
One of the UIDynamicItems involved in the collision. |
SecondItem |
One of the UIDynamicItems involved in the collision. |