Click or drag to resize

ConfigurationChangeImportEventArgs Constructor

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public ConfigurationChangeImportEventArgs(
	ConfigurationChange configurationChange,
	ImportStatus status,
	UserMessages messages
)

Parameters

configurationChange
Type: ConfigurationChange
status
Type: Omada.OE.ModelImportStatus
messages
Type: Omada.OE.ModelUserMessages
See Also