This event arguments class is used to specify which project property changed along with the old and new values.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0

Syntax

C#
public class ProjectPropertyChangedEventArgs : EventArgs
Visual Basic
Public Class ProjectPropertyChangedEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    SandcastleBuilder.Utils..::..ProjectPropertyChangedEventArgs

See Also