Indicates whether the contents of a book have changed. For example, changes were made to metadata, a content document was edited, or a content document was added or removed.

Namespace:  net.hazelhurst.epub
Assembly:  ePubLib (in ePubLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool changed { get; set; }
Visual Basic (Declaration)
Public Property changed As Boolean
Visual C++
public:
property bool changed {
	bool get ();
	void set (bool value);
}

See Also