Namespace: Domia
Assembly: HarmonyAPI (in HarmonyAPI.dll)
Assembly: HarmonyAPI (in HarmonyAPI.dll)
Syntax
| C# |
|---|
public delegate void DeviceUpdatedEventHandler( string DeviceName, string Description, string ComponentName, string DeviceTypeName, string DeviceAddress, string Zone, string CategoryName, string Icon1, string Icon2, string GroupMembers, bool Hidden, bool Enabled ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub DeviceUpdatedEventHandler ( _ DeviceName As String, _ Description As String, _ ComponentName As String, _ DeviceTypeName As String, _ DeviceAddress As String, _ Zone As String, _ CategoryName As String, _ Icon1 As String, _ Icon2 As String, _ GroupMembers As String, _ Hidden As Boolean, _ Enabled As Boolean _ ) |
| Visual C++ |
|---|
public delegate void DeviceUpdatedEventHandler ( String^ DeviceName, String^ Description, String^ ComponentName, String^ DeviceTypeName, String^ DeviceAddress, String^ Zone, String^ CategoryName, String^ Icon1, String^ Icon2, String^ GroupMembers, bool Hidden, bool Enabled ) |
Parameters
- DeviceName
- String
- Description
- String
- ComponentName
- String
- DeviceTypeName
- String
- DeviceAddress
- String
- Zone
- String
- CategoryName
- String
- Icon1
- String
- Icon2
- String
- GroupMembers
- String
- Hidden
- Boolean
- Enabled
- Boolean
See Also
Domia Namespace








