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

Syntax

C#
public delegate void GroupAddedEventHandler(
	string GroupName
)
Visual Basic (Declaration)
Public Delegate Sub GroupAddedEventHandler ( _
	GroupName As String _
)
Visual C++
public delegate void GroupAddedEventHandler (
	String^ GroupName
)

Parameters

GroupName
String

See Also

Domia Namespace