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








