Share via


CollectionStatusChangedEventArgs.PreviousCollectionStatus Property

Gets the collection status from before the CollectionStatusChanged

Syntax

public:
property FaceModelBuilderCollectionStatus PreviousCollectionStatus {
         FaceModelBuilderCollectionStatus get ();
}
public FaceModelBuilderCollectionStatus PreviousCollectionStatus { get; }
var previousCollectionStatus = collectionStatusChangedEventArgs.previousCollectionStatus;

Property value

Type: FaceModelBuilderCollectionStatus
The previous collection status.

Requirements

Namespace: Microsoft.Kinect.Face

Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)

See also

Reference

CollectionStatusChangedEventArgs Class
Microsoft.Kinect.Face Namespace