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

Syntax

C#
public delegate void PrereqUpdatedEventHandler(
	string PrereqID,
	string Description,
	HarmonyAPI.HarmonyAPI..::PrereqTypes PrereqType,
	HarmonyAPI.HarmonyAPI..::OperatorTypes OperatorType,
	string PrereqText,
	string PrereqValue1,
	string PrereqValue2
)
Visual Basic (Declaration)
Public Delegate Sub PrereqUpdatedEventHandler ( _
	PrereqID As String, _
	Description As String, _
	PrereqType As HarmonyAPI..::PrereqTypes, _
	OperatorType As HarmonyAPI..::OperatorTypes, _
	PrereqText As String, _
	PrereqValue1 As String, _
	PrereqValue2 As String _
)
Visual C++
public delegate void PrereqUpdatedEventHandler (
	String^ PrereqID, 
	String^ Description, 
	HarmonyAPI..::PrereqTypes PrereqType, 
	HarmonyAPI..::OperatorTypes OperatorType, 
	String^ PrereqText, 
	String^ PrereqValue1, 
	String^ PrereqValue2
)

Parameters

PrereqID
String
Description
String
PrereqType
HarmonyAPI..::PrereqTypes
OperatorType
HarmonyAPI..::OperatorTypes
PrereqText
String
PrereqValue1
String
PrereqValue2
String

See Also

Domia Namespace