Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the collection status changes.
Syntax
public:
event TypedEventHandler<FaceModelBuilder, CollectionStatusChangedEventArgs>^ CollectionStatusChanged {
EventRegistrationToken add (TypedEventHandler<FaceModelBuilder, CollectionStatusChangedEventArgs>^ value);
void remove (EventRegistrationToken token);
}
public event TypedEventHandler<FaceModelBuilder, CollectionStatusChangedEventArgs> CollectionStatusChanged
function onCollectionStatusChanged(eventArgs) { /* Your code */ }
// addEventListener syntax
faceModelBuilder.addEventListener("collectionstatuschanged", onCollectionStatusChanged);
faceModelBuilder.removeEventListener("collectionstatuschanged", onCollectionStatusChanged);
- or -
faceModelBuilder.oncollectionstatuschanged = onCollectionStatusChanged;
Requirements
Namespace: Microsoft.Kinect.Face
Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)