Class
RecordingStartedEventArgs

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:

cs-api-definition
public class RecordingStartedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsRecordingStartedEventArgs

Constructors

RecordingStartedEventArgs()

Declaration

cs-api-definition
public RecordingStartedEventArgs()

Properties

Cancel

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

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool