Parameters associated with the Playing Stopped event.
| C# | Visual Basic | Visual C++ |
public class PlayingStoppedEventArgs : Media..::.MediaCommonEventArgs
Public Class PlayingStoppedEventArgs _ Inherits Media..::.MediaCommonEventArgs
public ref class PlayingStoppedEventArgs : public Media..::.MediaCommonEventArgs
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| getCause |
cause the file was stopped.
| |
| getCurrentPosition |
Current position of the file that was stopped.
| |
| getFileName |
Name of the file that was stopped.
| |
| getLength |
length of the file that was stopped.
| |
| getMedia |
Meida object that this response was sent to.
(Inherited from Media..::.MediaCommonEventArgs.) | |
| getMonitorId |
Id of the monitor that caused this event.
(Inherited from Media..::.MediaCommonEventArgs.) |
| Object | |||
| EventArgs | |||
| Media..::.MediaCommonEventArgs | |||
| Media..::.PlayingStoppedEventArgs | |||
Assembly: ServiceProvider (Module: ServiceProvider)