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








