Gets and sets if document was changed.

Namespace:  PerpetuumSoft.Reporting.Designer
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

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

See Also