|
PreviewCameraChangedRoutedEventArgs(Object, DependencyProperty, Object, Object) Constructor |
Constructor
Namespace: Ab3d.Common.CamerasAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public PreviewCameraChangedRoutedEventArgs(
Object source,
DependencyProperty property,
Object oldValue,
Object newValue
)
Parameters
- source Object
- source
- property DependencyProperty
- The identifier for the dependency property that changed.
- oldValue Object
- The value of the property before the change reported by the relevant event or state change.
- newValue Object
- The value of the property after the change reported by the relevant event or state change.
See Also