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








