IHasUnsavedChanges Interface

For components that need to track unsaved changes, such as forms or data entry components.

Definition

Namespace: MobileTrack.Web.Components.Interfaces
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public interface IHasUnsavedChanges

Properties

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.

See Also