Click or drag to resize
AB4D logo

PreviewCameraChangedRoutedEventArgs(Object, DependencyProperty, Object, Object) Constructor

Constructor

Namespace: Ab3d.Common.Cameras
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
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