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

Syntax

C#
public delegate void DeviceTypeMethodExecutionRequestEventHandler(
	string DeviceTypeMethodName,
	string DeviceName,
	string ComponentName
)
Visual Basic (Declaration)
Public Delegate Sub DeviceTypeMethodExecutionRequestEventHandler ( _
	DeviceTypeMethodName As String, _
	DeviceName As String, _
	ComponentName As String _
)
Visual C++
public delegate void DeviceTypeMethodExecutionRequestEventHandler (
	String^ DeviceTypeMethodName, 
	String^ DeviceName, 
	String^ ComponentName
)

Parameters

DeviceTypeMethodName
String
DeviceName
String
ComponentName
String

See Also

Domia Namespace