ModernContentContentChanged Property  | 
 
            Gets or sets a value indicating whether the data held in this ModernContent has been changed.
            
 
    Namespace: 
   Hummingbird.UI
    Assembly:
   Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntaxpublic bool ContentChanged { get; set; }Public Property ContentChanged As Boolean
	Get
	Set
public:
property bool ContentChanged {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Booleantrue if the content is changed; otherwise, 
false.
            
See Also