MobileTrack Nexus Documentation
C#
Show/Hide TOC
Environment
Editor
Has
Unsaved
Changes Property
Whether the component has unsaved changes or not. This is used to determine if the user can navigate away from the page or not.
Definition
Namespace:
MobileTrack.Web.Portal.Components.ItemEditors
Assembly:
MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
C#
Copy
Request Example
public
bool
HasUnsavedChanges
{
get
;
set
; }
Property Value
Boolean
Implements
IHasUnsavedChanges
HasUnsavedChanges
See Also
Reference
EnvironmentEditor Class
MobileTrack.Web.Portal.Components.ItemEditors Namespace
In This Article
Definition
Property Value
Implements
See Also