Namespace: Domia
Assembly:  HarmonyAPI (in HarmonyAPI.dll)

Syntax

C#
public delegate void DeviceIconListReceivedEventHandler(
	Collection<string> ImgList
)
Visual Basic (Declaration)
Public Delegate Sub DeviceIconListReceivedEventHandler ( _
	ImgList As Collection(Of String) _
)
Visual C++
public delegate void DeviceIconListReceivedEventHandler (
	Collection<String^>^ ImgList
)

Parameters

ImgList
Collection<(Of <String>)>

See Also

Domia Namespace