Click or drag to resize

ModuleSaveLoadEventArgs Constructor (String, SaveStatus)

Initialzes a new instance of the object.

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ModuleSaveLoadEventArgs(
	string module,
	SaveStatus status
)

Parameters

module
Type: SystemString
The name of the module.
status
Type: NetQuarry.MetadataSaveStatus
The SaveStatus, Saved, No Changes, Read-Only
See Also