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

Syntax

C#
public delegate void DeviceIconSavedEventHandler(
	string FileName,
	bool Result
)
Visual Basic (Declaration)
Public Delegate Sub DeviceIconSavedEventHandler ( _
	FileName As String, _
	Result As Boolean _
)
Visual C++
public delegate void DeviceIconSavedEventHandler (
	String^ FileName, 
	bool Result
)

Parameters

FileName
String
Result
Boolean

See Also

Domia Namespace