DesktopCaptureDesktopCaptureAccessLostDelegate Delegate |
Namespace: StreamCoders.DevicesAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic delegate void DesktopCaptureAccessLostDelegate(
Object sender
)
Public Delegate Sub DesktopCaptureAccessLostDelegate (
sender As Object
)
public delegate void DesktopCaptureAccessLostDelegate(
Object^ sender
)
type DesktopCaptureAccessLostDelegate =
delegate of
sender : Object -> unit
Parameters
- sender
- Type: SystemObject
See Also