Gets or sets a value indicating whether, due to changes, the code stream should be reloaded.
[Visual Basic] MustOverride Public ReadOnly Property ShouldReload As Boolean [C#] public bool ShouldReload {abstract get;} [C++] public: __property virtual bool get_ShouldReload() = 0; [JScript] public abstract function get ShouldReload() : Boolean;
true if the underlying data from the code stream has been modified since the prior load; otherwise, false.
CodeStream Class | CodeStream Members | System.ComponentModel.Design Namespace | IsLoaded