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

Syntax

C#
public delegate void HmnySettingsUpdatedEventHandler(
	int WebserverPort,
	bool AutoUpdate,
	bool LogErrorsOnly,
	bool LogToFile,
	decimal Latitude,
	decimal Longitude,
	bool DaylightSaving,
	int TimeZone
)
Visual Basic (Declaration)
Public Delegate Sub HmnySettingsUpdatedEventHandler ( _
	WebserverPort As Integer, _
	AutoUpdate As Boolean, _
	LogErrorsOnly As Boolean, _
	LogToFile As Boolean, _
	Latitude As Decimal, _
	Longitude As Decimal, _
	DaylightSaving As Boolean, _
	TimeZone As Integer _
)
Visual C++
public delegate void HmnySettingsUpdatedEventHandler (
	int WebserverPort, 
	bool AutoUpdate, 
	bool LogErrorsOnly, 
	bool LogToFile, 
	Decimal Latitude, 
	Decimal Longitude, 
	bool DaylightSaving, 
	int TimeZone
)

Parameters

WebserverPort
Int32
AutoUpdate
Boolean
LogErrorsOnly
Boolean
LogToFile
Boolean
Latitude
Decimal
Longitude
Decimal
DaylightSaving
Boolean
TimeZone
Int32

See Also

Domia Namespace