| ProjectPropertyChangedEventArgs Constructor |
Constructor
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public ProjectPropertyChangedEventArgs(
string name,
string oldVal,
string newVal
)
Public Sub New (
name As String,
oldVal As String,
newVal As String
)
public:
ProjectPropertyChangedEventArgs(
String^ name,
String^ oldVal,
String^ newVal
)
new :
name : string *
oldVal : string *
newVal : string -> ProjectPropertyChangedEventArgs
Parameters
- name
- Type: SystemString
The property name - oldVal
- Type: SystemString
The old value - newVal
- Type: SystemString
The new value
See Also