Class
SnapshotTakenEventArgs

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:

cs-api-definition
public class SnapshotTakenEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsSnapshotTakenEventArgs

Constructors

SnapshotTakenEventArgs(BitmapSource)

Initializes a new instance of the SnapshotTakenEventArgs class.

Declaration

cs-api-definition
public SnapshotTakenEventArgs(BitmapSource snapshot)

Parameters

snapshot

BitmapSource

Properties

Snapshot

Gets the snapshot that has been taken.

Declaration

cs-api-definition
public BitmapSource Snapshot { get; }

Property Value

BitmapSource