Share via


PerceptionFrameSourcePropertiesChangedEventArgs.CollectionChange Property

Definition

Gets the type of change that occurred as a result of the property change request.

public:
 property CollectionChange CollectionChange { CollectionChange get(); };
CollectionChange CollectionChange();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionFrameSourcePropertiesChangedEventArgs may be unavailable after Windows Creator Update.  Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
CollectionChange CollectionChange();
public CollectionChange CollectionChange { get; }
public CollectionChange CollectionChange { [Windows.Foundation.Metadata.Deprecated("PerceptionFrameSourcePropertiesChangedEventArgs may be unavailable after Windows Creator Update.  Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var collectionChange = perceptionFrameSourcePropertiesChangedEventArgs.collectionChange;
Public ReadOnly Property CollectionChange As CollectionChange

Property Value

The type of change that occurred as a result of the property change request.

Attributes

Applies to