WaveCaptureDeviceClosed Event |
Raised when input device closed. This may be caused by a user (change InputDevice) or exception.
Namespace:
CallFlowFramework.Media
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic event EventHandler<StoppedEventArgs> DeviceClosed
public:
event EventHandler<StoppedEventArgs^>^ DeviceClosed {
void add (EventHandler<StoppedEventArgs^>^ value);
void remove (EventHandler<StoppedEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerStoppedEventArgs
See Also