DoneEventArgsIsEndPlaying Property |
Gets a value indicating whether this instance is end playing.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public bool IsEndPlaying { get; }
Public ReadOnly Property IsEndPlaying As Boolean
Get
public:
property bool IsEndPlaying {
bool get ();
}
Property Value
Type:
Booleantrue if this instance is end playing; otherwise,
false.
See Also