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

Contains state information and event data associated with a recording started routed event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Media.dll

Syntax:

C#
public class RecordingStartedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsRecordingStartedEventArgs

Constructors

C#
public RecordingStartedEventArgs()

Properties

Gets or sets a value indicating whether the event should be canceled.

C#
public bool Cancel { get; set; }