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








