Click or drag to resize

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
Syntax
public bool ContentChanged { get; set; }

Property Value

Type: Boolean
true if the content is changed; otherwise, false.
See Also