Page.IsBusy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Marks the Page as busy. This will cause the platform specific global activity indicator to show a busy state.
public bool IsBusy { get; set; }
member this.IsBusy : bool with get, set
Property Value
System.Boolean
A bool indicating if the Page is busy or not.
Remarks
Setting IsBusy to true on multiple pages at once will cause the global activity indicator to run until both are set back to false. It is the authors job to unset the IsBusy flag before cleaning up a Page.