IHasUnsavedChanges Interface
For components that need to track unsaved changes, such as forms or data entry components.
Namespace: MobileTrack.Web.Components.InterfacesAssembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public interface IHasUnsavedChanges
| HasUnsavedChanges |
Whether the component has unsaved changes or not. This is used to determine if the user can navigate away from the page or not.
|