Click or drag to resize
AB4D logo

PreviewCameraChangedRoutedEventArgs Class

Routed event args used to preview the changed camera property. Setting Handled to true prevents the change.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    System.WindowsRoutedEventArgs
      Ab3d.Common.CamerasPreviewCameraChangedRoutedEventArgs

Namespace: Ab3d.Common.Cameras
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class PreviewCameraChangedRoutedEventArgs : RoutedEventArgs

The PreviewCameraChangedRoutedEventArgs type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyNewValue Gets the value of the property after the change.
Public propertyOldValue Gets the value of the property before the change.
Public propertyProperty Gets the identifier for the dependency property where the value change occurred.
Top
See Also