VideoStabilizationEffectEnabledChangedEventArgs
VideoStabilizationEffectEnabledChangedEventArgs
VideoStabilizationEffectEnabledChangedEventArgs
VideoStabilizationEffectEnabledChangedEventArgs
Class
Definition
Provides data for the VideoStabilizationEffect.EnabledChanged event.
public : sealed class VideoStabilizationEffectEnabledChangedEventArgs : IVideoStabilizationEffectEnabledChangedEventArgspublic sealed class VideoStabilizationEffectEnabledChangedEventArgs : IVideoStabilizationEffectEnabledChangedEventArgsPublic NotInheritable Class VideoStabilizationEffectEnabledChangedEventArgs Implements IVideoStabilizationEffectEnabledChangedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Get an instance of this by handling the VideoStabilizationEffect.EnabledChanged event.
Properties
Reason Reason Reason Reason
Gets a value indicating the reason why the VideoStabilizationEffect::Enabled property changed.
public : VideoStabilizationEffectEnabledChangedReason Reason { get; }public VideoStabilizationEffectEnabledChangedReason Reason { get; }Public ReadOnly Property Reason As VideoStabilizationEffectEnabledChangedReason// You can use this property in JavaScript.
- Value
- VideoStabilizationEffectEnabledChangedReason VideoStabilizationEffectEnabledChangedReason VideoStabilizationEffectEnabledChangedReason VideoStabilizationEffectEnabledChangedReason
A value indicating the reason why the VideoStabilizationEffect::Enabled property changed.