Share via


UICollectionViewTransitionResult Class

Definition

This class holds the return values for an asynchronous operation.

public class UICollectionViewTransitionResult
type UICollectionViewTransitionResult = class
Inheritance
UICollectionViewTransitionResult

Constructors

Name Description
UICollectionViewTransitionResult(Boolean, Boolean)

Creates a new instance of this class.

Properties

Name Description
Completed

The result value from the asynchronous operation.

Finished

The result value from the asynchronous operation.

Applies to