New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:snapshotBitmapSource

Properties

Snapshot

BitmapSource

Gets the snapshot that has been taken.

C#
public BitmapSource Snapshot { get; }