Namespace: Domia
Assembly: HarmonyAPI (in HarmonyAPI.dll)
Assembly: HarmonyAPI (in HarmonyAPI.dll)
Syntax
| C# |
|---|
public delegate void DevicePropertyUpdatedEventHandler( string Name, string DeviceName, string Value ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub DevicePropertyUpdatedEventHandler ( _ Name As String, _ DeviceName As String, _ Value As String _ ) |
| Visual C++ |
|---|
public delegate void DevicePropertyUpdatedEventHandler ( String^ Name, String^ DeviceName, String^ Value ) |
Parameters
- Name
- String
- DeviceName
- String
- Value
- String
See Also
Domia Namespace








