The members of UIKit.UICollisionBehaviorDelegate are listed below.
				
See Also: Inherited members from Foundation.NSObject
Public Constructors
|  |  | Default constructor, initializes a new instance of this class. | 
Protected Constructors
|  |  | Constructor to call on derived classes to skip initialization and merely allocate the object. | 
|  |  | A constructor used when creating managed representations of unmanaged objects;  Called by the runtime. | 
Public Methods
|  | BeganBoundaryContact(UICollisionBehavior, IUIDynamicItem, Foundation.NSObject, CoreGraphics.CGPoint) Indicates that boundary contact has begun between the dynamicItem and the boundaryIdentifier. | 
|  | BeganContact(UICollisionBehavior, IUIDynamicItem, IUIDynamicItem, CoreGraphics.CGPoint) Indicates that contact between dynamic items has begun. | 
|  | EndedBoundaryContact(UICollisionBehavior, IUIDynamicItem, Foundation.NSObject) Indicates that the dynamicItem has stopped contacting the boundary. | 
|  | EndedContact(UICollisionBehavior, IUIDynamicItem, IUIDynamicItem) Indicates that the two dynamic items have stopped contacting each other. |