Gets or sets a value indicating whether the KerbalData instance or any of it's child data has changed since load or last save.
Namespace: KerbalEdit.ViewModelsAssembly: KerbalEdit (in KerbalEdit.exe) Version: 1.0.0.0 (1.0.0.0)
public bool IsDirty { get; set; }public bool IsDirty { get; set; }Public Property IsDirty As Boolean
Get
Set
Public Property IsDirty As Boolean
Get
Set
public:
virtual property bool IsDirty {
bool get () sealed;
void set (bool value) sealed;
}public:
virtual property bool IsDirty {
bool get () sealed;
void set (bool value) sealed;
}Implements
IViewModel IsDirty