Class RepeatModeUpdatedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the RepeatModeUpdated event.
public class RepeatModeUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsRepeatModeUpdatedEventArgs
Constructors
View SourceRepeatModeUpdatedEventArgs(MediaControlRepeatMode)
Initializes a new instance of the RepeatModeUpdatedEventArgs class.
Declaration
public RepeatModeUpdatedEventArgs(MediaControlRepeatMode mode)
Parameters
Type | Name | Description |
---|---|---|
MediaControlRepeatMode | mode | A value indicating the updated repeat mode. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
Properties
View SourceRepeatMode
Gets the updated repeat mode.
Declaration
public MediaControlRepeatMode RepeatMode { get; }
Property Value
Type | Description |
---|---|
MediaControlRepeatMode |