Click or drag to resize

CommonRaiseEventActiveCaptureDeviceChanged Method

Raise ActiveCaptureDeviceChanged event.

Namespace:  MediaCy.Commands.Capture
Assembly:  MediaCy.Commands.Capture (in MediaCy.Commands.Capture.dll) Version: 1.0.0.0
Syntax
VB
Public Shared Sub RaiseEventActiveCaptureDeviceChanged ( 
	e As EventArgs
)

Parameters

e
Type: SystemEventArgs
Remarks
MediaCy.Addins.Capture calls this sub to notify others what active capture device (camera) changed.
See Also