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

Contains state information and event data associated with a snapshot taken event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadWebCam.dll

Syntax:

C#
public class SnapshotTakenEventArgs : EventArgs

Inheritance: objectEventArgsSnapshotTakenEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the SnapshotTakenEventArgs class.

C#
public SnapshotTakenEventArgs(Image snapshot)
Parameters:snapshotImage

Properties

Gets the snapshot that has been taken.

C#
public Image Snapshot { get; }