Contains state information and event data associated with a snapshot taken routed event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Media.dll
Syntax:
C#
public class SnapshotTakenEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsSnapshotTakenEventArgs
Constructors
Initializes a new instance of the SnapshotTakenEventArgs class.
C#
public SnapshotTakenEventArgs(BitmapSource snapshot)
Properties
Snapshot
BitmapSource
Gets the snapshot that has been taken.
C#
public BitmapSource Snapshot { get; }