Class RecordingStartedEventArgs
Contains state information and event data associated with a recording started routed event.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Media.dll
Syntax
public class RecordingStartedEventArgs : RadRoutedEventArgs
Constructors
RecordingStartedEventArgs()
Declaration
public RecordingStartedEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the event should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|