public bool UnsavedChanges { get; set; }
Public Property UnsavedChanges As Boolean Get Set
public: property bool UnsavedChanges { bool get (); void set (bool value); }
member UnsavedChanges : bool with get, set
In This Article