Class SnapshotTakenEventArgs
Contains state information and event data associated with a snapshot taken routed event.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Media.dll
Syntax
public class SnapshotTakenEventArgs : RadRoutedEventArgs
Constructors
SnapshotTakenEventArgs(BitmapSource)
Initializes a new instance of the Snapshot
Declaration
public SnapshotTakenEventArgs(BitmapSource snapshot)
Parameters
System.
|
Properties
Snapshot
Gets the snapshot that has been taken.
Declaration
public BitmapSource Snapshot { get; }
Property Value
System.
|