WavePlayerPlayingStopped Event |
Raised when plying recorded data stopped.
Namespace:
CallFlowFramework.Media
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic event EventHandler<StoppedEventArgs> PlayingStopped
public:
event EventHandler<StoppedEventArgs^>^ PlayingStopped {
void add (EventHandler<StoppedEventArgs^>^ value);
void remove (EventHandler<StoppedEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerStoppedEventArgs
See Also