Click or drag to resize
Sandcastle Help File BuilderProjectPropertyChangedEventArgs Constructor
Constructor

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public ProjectPropertyChangedEventArgs(
	string name,
	string oldVal,
	string newVal
)

Parameters

name
Type: SystemString
The property name
oldVal
Type: SystemString
The old value
newVal
Type: SystemString
The new value
See Also