ICImagingControl.DeviceListChanged Event
The DeviceListChanged イベントはDevicesクラスライブラリリファレンス>クラス>ICImagingControl>ICImagingControl.Devices Propertyで得られる有効なビデオキャプチャデバイスのリストに変化があった時に発生するイベントです
構文
[VB.NET]
Public Event DeviceListChanged( ByVal sender As Object, ByVal e As System.EventArgs )
[C#]public event System.EventHandler DeviceListChanged;
| パラメータ | 説 明 |
|---|---|
| sender | イベントを送っているオブジェクト |
| e | 空のEventArgsオブジェクト |
